Skip to content

Commit

Permalink
Update build env to netcore31
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Dec 20, 2019
1 parent b070099 commit 032d05d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ strategy:
buildConfiguration: 'Debug'

steps:
- task: UseDotNet@2
displayName: 'Install .NET Core 3.1'
inputs:
packageType: sdk
version: '3.1.100'
installationPath: $(Agent.ToolsDirectory)/dotnet

- task: NuGetToolInstaller@1

- task: NuGetCommand@2
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.0.100"
"version": "3.1.100"
}
}

0 comments on commit 032d05d

Please sign in to comment.