Skip to content

Commit

Permalink
pin to dotnet 3.0.100-preview-0102
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Feb 4, 2019
1 parent ce9ba5b commit 9fdd9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ test: off
install:
#- ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe'
#- ps: Start-Process .\dotnet-sdk-latest-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
- ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.0.100-preview-010096/dotnet-sdk-3.0.100-preview-010096-win-x64.exe'
- ps: Start-Process .\dotnet-sdk-3.0.100-preview-010096-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait
- ps: Start-FileDownload 'https://dotnetcli.blob.core.windows.net/dotnet/Sdk/3.0.100-preview-010213/dotnet-sdk-3.0.100-preview-010213-win-x64.exe'
- ps: Start-Process .\dotnet-sdk-3.0.100-preview-010213-win-x64.exe "/install /norestart /quiet /log sdkinstall.log" -NoNewWindow -Wait

pull_requests:
do_not_increment_build_number: false
Expand Down

0 comments on commit 9fdd9d0

Please sign in to comment.