Commit 23181898 authored by Nick Craver's avatar Nick Craver

Fix build at .400 SDK

parent d7d2e14f
...@@ -68,7 +68,10 @@ nuget: ...@@ -68,7 +68,10 @@ nuget:
disable_publish_on_pr: true disable_publish_on_pr: true
build_script: build_script:
- ps: .\build\dotnet-install.ps1 -Version 2.1.401 - ps: >-
if ($env:OS -eq "Windows_NT") {
.\build\dotnet-install.ps1 -Version 2.1.400
}
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true - ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
test: off test: off
......
{ {
"sdk": { "sdk": {
"version": "2.1.401" "version": "2.1.400"
} }
} }
\ 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