We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b070099 commit 032d05dCopy full SHA for 032d05d
azure-pipelines.yml
@@ -19,6 +19,13 @@ strategy:
19
buildConfiguration: 'Debug'
20
21
steps:
22
+- task: UseDotNet@2
23
+ displayName: 'Install .NET Core 3.1'
24
+ inputs:
25
+ packageType: sdk
26
+ version: '3.1.100'
27
+ installationPath: $(Agent.ToolsDirectory)/dotnet
28
+
29
- task: NuGetToolInstaller@1
30
31
- task: NuGetCommand@2
global.json
@@ -1,5 +1,5 @@
1
{
2
"sdk": {
3
- "version": "3.0.100"
+ "version": "3.1.100"
4
}
5
0 commit comments