We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db9579 commit 9193b1fCopy full SHA for 9193b1f
build/build-and-test.yml
@@ -24,9 +24,9 @@ stages:
24
displayName: Install .NET Core SDK
25
26
- task: NuGetToolInstaller@0
27
- displayName: 'Use NuGet 5.3.1'
+ displayName: 'Use NuGet 6.0.6'
28
inputs:
29
- versionSpec: 5.3.1
+ versionSpec: 6.0.6
30
31
- task: NuGetCommand@2
32
displayName: 'NuGet restore'
build/test.yml
@@ -31,9 +31,9 @@ jobs:
33
34
35
36
37
38
- task: DownloadPipelineArtifact@2
39
displayName: 🔻 Download solution packages
0 commit comments