File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ jobs:
166166 arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
167167 env :
168168 Token : $(dn-bot-dnceng-artifact-feeds-rw)
169+ - task : NuGetAuthenticate@1
169170
170171 # Use utility script to run script command dependent on agent OS.
171172 - script : eng\scripts\cibuild.cmd
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147 arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
148148 env :
149149 Token : $(dn-bot-dnceng-artifact-feeds-rw)
150+ - task : NuGetAuthenticate@1
150151 # Use utility script to run script command dependent on agent OS
151152 - script : eng\scripts\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine $(_PublishArgs) $(_SignArgs) $(_OfficialBuildIdArgs) $(_PlatformArgs) $(_InternalRuntimeDownloadArgs)
152153 displayName : Windows Build / Publish
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ jobs:
150150 arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
151151 env :
152152 Token : $(dn-bot-dnceng-artifact-feeds-rw)
153+ - task : NuGetAuthenticate@1
153154
154155 # Use utility script to run script command dependent on agent OS.
155156 - script : eng\common\cibuild.cmd
You can’t perform that action at this time.
0 commit comments