Skip to content

Commit 316af84

Browse files
committed
Work CD-CI
- Add back task with nuget version install. - Add fetch depth to checkout task. Signed-off-by: josesimoes <[email protected]>
1 parent 6b6c542 commit 316af84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ jobs:
157157
steps:
158158
# need this here in order to persist GitHub credentials
159159
- checkout: self
160+
fetchDepth: 1
161+
162+
- task: NuGetToolInstaller@0
163+
inputs:
164+
versionSpec: '5.4.0'
165+
condition: ne( variables['StartReleaseCandidate'], true )
166+
displayName: 'Install specific version of NuGet'
160167

161168
# update dependencies
162169
- task: UpdatenFDependencies@1

0 commit comments

Comments
 (0)