Commit 1a70a478 authored by Nick Craver's avatar Nick Craver

Take 2

parent 19657810
......@@ -71,9 +71,8 @@ build_script:
- ps: >-
if ($env:OS -eq "Windows_NT") {
.\build\dotnet-install.ps1 -Version 2.1.400
} else {
./build/dotnet-install.sh --version 2.1.400
}
- sh: ./build/dotnet-install.sh --version 2.1.400
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
test: off
......
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