File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -143,18 +143,6 @@ jobs:
143143 env:
144144 ACCESSTOKEN: $(cloudbuild-token)
145145
146- - task : NuGetToolInstaller@1
147- displayName : ' Install NuGet.exe'
148-
149- - task : NuGetCommand@2
150- displayName : Restore internal tools
151- inputs :
152- command : restore
153- feedsToUse : config
154- restoreSolution : ' $(Build.SourcesDirectory)\eng\common\internal\Tools.csproj'
155- nugetConfigPath : ' $(Build.SourcesDirectory)\NuGet.config'
156- restoreDirectory : ' $(Build.SourcesDirectory)\.packages'
157-
158146 # https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-security-configuration/configuration-guides/pat-burndown-guidance#authentication-from-pipelines
159147 # Requires Azure client 2.x
160148 - task : AzureCLI@2
Original file line number Diff line number Diff line change @@ -120,9 +120,6 @@ extends:
120120 value : Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
121121
122122 steps :
123- - task : NuGetToolInstaller@1
124- displayName : ' Install NuGet.exe'
125-
126123 - task : PowerShell@2
127124 displayName : Setup Private Feeds Credentials
128125 inputs :
@@ -131,15 +128,6 @@ extends:
131128 env :
132129 Token : $(dn-bot-dnceng-artifact-feeds-rw)
133130
134- - task : NuGetCommand@2
135- displayName : Restore internal tools
136- inputs :
137- command : restore
138- feedsToUse : config
139- restoreSolution : ' eng\common\internal\Tools.csproj'
140- nugetConfigPath : ' NuGet.config'
141- restoreDirectory : ' $(Build.SourcesDirectory)\.packages'
142-
143131 - task : ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@1
144132 inputs :
145133 signType : $(SignType)
You can’t perform that action at this time.
0 commit comments