File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ image: Visual Studio 2015
33configuration : Release
44install :
55 - 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"
6+ - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet- install.ps1" -OutFile ".\build\installcli.ps1"
77 - ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
8- - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath'
8+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-002823 '
99 - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1010build_script :
1111- ps : ./Build.ps1
You can’t perform that action at this time.
0 commit comments