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.
1 parent 9c602e8 commit 9d39883Copy full SHA for 9d39883
appveyor.yml
@@ -5,7 +5,7 @@ install:
5
- ps: mkdir -Force ".\build\" | Out-Null
6
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
7
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
8
- - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-002823'
+ - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath'
9
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
10
build_script:
11
- ps: ./Build.ps1
0 commit comments