Skip to content

Commit 559c06b

Browse files
authored
Wrok CD-CI
- Update nuget installer to use specific version. ***PUBLISH_RELEASE***
1 parent 616b60a commit 559c06b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
displayName: Setup git identity
5454
5555
- task: NuGetToolInstaller@0
56+
inputs:
57+
versionSpec: '4.9.3'
58+
condition: not(variables['StartReleaseCandidate'])
59+
displayName: 'Install specific version of NuGet'
5660

5761
- task: NuGetCommand@2
5862
inputs:

0 commit comments

Comments
 (0)