Skip to content

Commit ec82ce8

Browse files
Updated appveyor file
1 parent c8f5160 commit ec82ce8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ branches:
2424
#---------------------------------#
2525
cache:
2626
- packages
27+
28+
# scripts that run after cloning repository
29+
install:
30+
- cmd: choco install dotnetcore-sdk --pre
2731

2832
#---------------------------------#
2933
# build configuration #
@@ -35,7 +39,7 @@ platform: Any CPU
3539
# build Configuration, i.e. Debug, Release, etc.
3640
configuration: Release
3741

38-
os: Visual Studio 2017
42+
image: Visual Studio 2017
3943

4044
before_build:
4145
- dotnet --info

0 commit comments

Comments
 (0)