File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
22skip_tags : true
3- image : Visual Studio 2015
3+ image : Visual Studio 2017 Preview
44configuration : Release
55install :
66 - ps : mkdir -Force ".\build\" | Out-Null
7- - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/release/2.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
8- - ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
9- - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 2.0.0-preview2-006497'
10- - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
7+ # - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/release/2.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
8+ # - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
9+ # - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 2.0.0-preview2-006497'
10+ # - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1111build_script :
1212- ps : ./Build.ps1
1313test : off
You can’t perform that action at this time.
0 commit comments