Skip to content

Commit bcf53c0

Browse files
committed
Work CD-CI
- Remove unnecessary install of specific nuget cli. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent e42b5b6 commit bcf53c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ jobs:
164164
git config --global core.autocrlf true
165165
displayName: Setup git identity
166166
167-
- task: NuGetToolInstaller@0
168-
inputs:
169-
versionSpec: '4.9.3'
170-
condition: ne( variables['StartReleaseCandidate'], true )
171-
displayName: 'Install specific version of NuGet'
172-
173167
# update dependencies
174168
- task: UpdatenFDependencies@1
175169
inputs:

0 commit comments

Comments
 (0)