Skip to content

Commit 82baa7b

Browse files
authored
Run SetupPrivateFeedCredentials in win-arm64 job (#30604)
1 parent 69108ce commit 82baa7b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,15 @@ stages:
258258
installNodeJs: false
259259
installJdk: false
260260
steps:
261+
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
262+
- task: PowerShell@2
263+
displayName: Setup Private Feeds Credentials
264+
inputs:
265+
filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
266+
arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
267+
env:
268+
Token: $(dn-bot-dnceng-artifact-feeds-rw)
269+
261270
- script: ./build.cmd
262271
-ci
263272
-arch arm64

0 commit comments

Comments
 (0)