Commit 06b1c118 authored by Nick Craver's avatar Nick Craver

SDK: switch to 2.1.500

Until we can figure out how to install on Ubuntu...
parent 1a70a478
...@@ -70,9 +70,8 @@ nuget: ...@@ -70,9 +70,8 @@ nuget:
build_script: build_script:
- ps: >- - ps: >-
if ($env:OS -eq "Windows_NT") { if ($env:OS -eq "Windows_NT") {
.\build\dotnet-install.ps1 -Version 2.1.400 .\build\dotnet-install.ps1 -Version 2.1.500
} }
- sh: ./build/dotnet-install.sh --version 2.1.400
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT") - ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
test: off test: off
......
{ {
"sdk": { "sdk": {
"version": "2.1.400" "version": "2.1.500"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment