File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 1+ os : Visual Studio 2015
2+
13init :
24 - git config --global core.autocrlf input
35
46environment :
5- CLI_VERSION : 1.0.0-rc2-002702
6- # CLI_VERSION: Latest
77 matrix :
88 - BUILD_TARGET : DotnetCliTests
99 - BUILD_TARGET : NuGet
@@ -12,19 +12,8 @@ matrix:
1212 allow_failures :
1313 - BUILD_TARGET : DotnetCliTests
1414
15- install :
16- # Download install script to install .NET cli in .dotnet dir
17- - ps : mkdir -Force ".\scripts\obtain\" | Out-Null
18- - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\scripts\obtain\install.ps1"
19- - ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
20- - ps : ' & .\scripts\obtain\install.ps1 -Channel "preview" -version "Latest" -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath'
21- # add dotnet to PATH
22- - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
23- # show dotnet info
24- - ps : ' echo "Dotnet: $( (gcm dotnet).Path )"'
25- - ps : dotnet --info
26-
2715build_script :
16+ - ps : dotnet --info
2817 - cmd : build.cmd %BUILD_TARGET%
2918
3019test : off
You can’t perform that action at this time.
0 commit comments