Skip to content

Commit

Permalink
Revert "Update appveyor.yml"
Browse files Browse the repository at this point in the history
This reverts commit befc841.
  • Loading branch information
SimonCropp committed Sep 11, 2020
1 parent 6045fb5 commit 90b0eac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ for:
- image: Visual Studio 2019 Preview
install:
- ps: >-
- Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
- ./dotnet-install.ps1 --Version 5.0.100-preview.8.20417.9 -InstallDir 'C:\Program Files\dotnet'
Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
./dotnet-install.ps1 --Version 5.0.100-preview.8.20417.9 -InstallDir 'C:\Program Files\dotnet'
-
matrix:
only:
Expand Down

0 comments on commit 90b0eac

Please sign in to comment.