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 58bbf11 commit ddc30bcCopy full SHA for ddc30bc
appveyor.yml
@@ -2,6 +2,8 @@ version: 1.0.{build}
2
image: Visual Studio 2017
3
4
install:
5
+- ps: iwr https://raw.githubusercontent.com/dotnet/cli/release/2.1.3xx/scripts/obtain/dotnet-install.ps1 -outfile dotnet-install.ps1
6
+- ps: .\dotnet-install.ps1 -Version 2.1.300-preview2-008530 -InstallDir $env:ProgramFiles/dotnet
7
- cmd: choco install dotnet.script
8
9
build_script:
0 commit comments