Commit 19657810 authored by Nick Craver's avatar Nick Craver

Try to fix Unix build...

parent adff3d74
......@@ -71,6 +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
}
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
......
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