File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
eng/pipelines/installer/jobs Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,25 @@ jobs:
296
296
- checkout : self
297
297
clean : true
298
298
fetchDepth : $(checkoutFetchDepth)
299
+
300
+ - ${{ if ne(variables['System.TeamProject'], 'public') }} :
301
+ - ${{ if ne(parameters.osGroup, 'windows') }} :
302
+ - task : Bash@3
303
+ displayName : Setup Private Feeds Credentials
304
+ inputs :
305
+ filePath : $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh
306
+ arguments : $(Build.SourcesDirectory)/NuGet.config $Token
307
+ env :
308
+ Token : $(dn-bot-dnceng-artifact-feeds-rw)
309
+ - ${{ else }} :
310
+ - task : PowerShell@2
311
+ displayName : Setup Private Feeds Credentials
312
+ inputs :
313
+ filePath : $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
314
+ arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
315
+ env :
316
+ Token : $(dn-bot-dnceng-artifact-feeds-rw)
317
+
299
318
- ${{ if ne(parameters.liveRuntimeBuildConfig, '') }} :
300
319
- template : /eng/pipelines/common/download-artifact-step.yml
301
320
parameters :
You can’t perform that action at this time.
0 commit comments