We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ef43d commit 228120cCopy full SHA for 228120c
appveyor.yml
@@ -2,8 +2,8 @@ version: '{build}'
2
pull_requests:
3
do_not_increment_build_number: true
4
init:
5
-- ps: (new-object net.webclient).DownloadFile('https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-dev-win-x64.latest.exe', "c:/dotnet-install.exe")
6
-- ps: Start-Process c:\dotnet-install.exe -ArgumentList "/install","/quiet" -Wait
+- ps: (new-object net.webclient).DownloadFile('https://dot.net/v1/dotnet-install.ps1', "C:/dotnet-install.ps1")
+- ps: C:/dotnet-install.ps1 -Channel 2.0
7
nuget:
8
disable_publish_on_pr: true
9
build_script:
0 commit comments