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 7a97a99 commit e284f1dCopy full SHA for e284f1d
appveyor.yml
@@ -3,7 +3,7 @@ image: Visual Studio 2015
3
configuration: Release
4
install:
5
- ps: mkdir -Force ".\build\" | Out-Null
6
- - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\build\installcli.ps1"
+ - 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'
9
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
0 commit comments