Skip to content

Commit 032d05d

Browse files
Update build env to netcore31
1 parent b070099 commit 032d05d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

azure-pipelines.yml

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ strategy:
1919
buildConfiguration: 'Debug'
2020

2121
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+
2229
- task: NuGetToolInstaller@1
2330

2431
- task: NuGetCommand@2

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "3.0.100"
3+
"version": "3.1.100"
44
}
55
}

0 commit comments

Comments
 (0)