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 30fe458 commit b1668abCopy full SHA for b1668ab
appveyor.yml
@@ -2,12 +2,6 @@ version: '{build}'
2
skip_tags: true
3
image: Visual Studio 2017
4
configuration: Release
5
-install:
6
- - ps: mkdir -Force ".\build\" | Out-Null
7
- - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/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 1.0.1'
10
- - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
11
build_script:
12
- ps: ./Build.ps1
13
test: off
0 commit comments