Skip to content

Commit

Permalink
Merge pull request #117 from nsubstitute/AppVeyourFix
Browse files Browse the repository at this point in the history
Pinning build to another .net sdk as current one is not available anymore in appveyor
  • Loading branch information
tpodolak committed Aug 12, 2019
2 parents 5c88a05 + 21b49dd commit 1348963
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
@@ -1,5 +1,5 @@
image:
- Previous Ubuntu
- Ubuntu
- Visual Studio 2017
# Build script
init:
Expand All @@ -8,9 +8,11 @@ for:
-
matrix:
only:
- image: Previous Ubuntu
- image: Ubuntu
test: off
build_script:
- sudo mv global.json _global.json #workaround for missing AppVeyor images
- dotnet new globaljson --sdk-version 2.2.401
- cd build
- chmod +xxx ./build.sh
- ./build.sh --target="AppVeyor" --configuration=Release --UploadCoverageReport=False
Expand All @@ -20,6 +22,8 @@ for:
- image: Visual Studio 2017
test: off
build_script:
- move global.json _global.json #workaround for missing AppVeyor images
- dotnet new globaljson --sdk-version 2.2.301
- cd Build
- ps: >-
.\build.ps1 --target="AppVeyor" --configuration=Release --UploadCoverageReport=True
Expand Down

0 comments on commit 1348963

Please sign in to comment.