Skip to content

Commit 020a5fc

Browse files
committed
Remove NuGet installation and restore tasks from build configurations
1 parent 1fdbf1e commit 020a5fc

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.exp-insertions.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

.vsts-dotnet.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)