Skip to content

Commit ddc30bc

Browse files
committed
Use .Net Core 2.1 preview 2 on AppVeyor
1 parent 58bbf11 commit ddc30bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: 1.0.{build}
22
image: Visual Studio 2017
33

44
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
57
- cmd: choco install dotnet.script
68

79
build_script:

0 commit comments

Comments
 (0)