Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 10, 2020
1 parent bf92e30 commit befc841
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ 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 befc841

Please sign in to comment.