Skip to content

Commit 1a70a47

Browse files
author
Nick Craver
committed
Take 2
1 parent 1965781 commit 1a70a47

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ build_script:
7171
- ps: >-
7272
if ($env:OS -eq "Windows_NT") {
7373
.\build\dotnet-install.ps1 -Version 2.1.400
74-
} else {
75-
./build/dotnet-install.sh --version 2.1.400
7674
}
75+
- sh: ./build/dotnet-install.sh --version 2.1.400
7776
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
7877

7978
test: off

0 commit comments

Comments
 (0)