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 fff3268 commit e6d3ed0Copy full SHA for e6d3ed0
appveyor.yml
@@ -1,13 +1,7 @@
1
version: '{build}'
2
skip_tags: true
3
-image: Visual Studio 2015
+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