We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7f236 + 0ad786a commit 9883d2eCopy full SHA for 9883d2e
appveyor.yml
@@ -5,9 +5,7 @@ init:
5
6
# Build script
7
build_script:
8
- - ps: Invoke-RestMethod -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile '.\dotnet-install.ps1'
9
- - ps: New-Item -Path .\.dotnet -ItemType Directory -Force | Out-Null
10
- - ps: .\dotnet-install.ps1 -Channel 6.0 -InstallDir .\.dotnet
+ - ps: $env:CAKE_INSTALL_SUPPORTED_SDKS='true'
11
- ps: .\build.ps1 --target="AppVeyor"
12
13
# Tests
0 commit comments