Skip to content

Commit 9883d2e

Browse files
authored
Merge pull request #4602 from devlead/feature/gh-4601
GH4601: AppVeyor don't install 6.0 & use CAKE_INSTALL_SUPPORTED_SDKS with build.ps1
2 parents 2e7f236 + 0ad786a commit 9883d2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ init:
55

66
# Build script
77
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
8+
- ps: $env:CAKE_INSTALL_SUPPORTED_SDKS='true'
119
- ps: .\build.ps1 --target="AppVeyor"
1210

1311
# Tests

0 commit comments

Comments
 (0)