Skip to content

Commit 4c1d840

Browse files
committed
Add legacy parameter
1 parent a1df0e1 commit 4c1d840

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/pipelines/common/provision.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ steps:
4040

4141
- ${{ if and(eq(variables['System.TeamProject'], 'devdiv'), ne(parameters.skipInternalFeeds, 'true')) }}:
4242
- template: ../../common/templates-official/steps/enable-internal-sources.yml
43-
43+
parameters:
44+
legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)
45+
4446
- template: ../../common/templates-official/steps/enable-internal-runtimes.yml
4547
parameters:
4648
federatedServiceConnection: ${{ parameters.federatedServiceConnection }}

0 commit comments

Comments
 (0)