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 c8f5160 commit ec82ce8Copy full SHA for ec82ce8
appveyor.yml
@@ -24,6 +24,10 @@ branches:
24
#---------------------------------#
25
cache:
26
- packages
27
+
28
+# scripts that run after cloning repository
29
+install:
30
+ - cmd: choco install dotnetcore-sdk --pre
31
32
33
# build configuration #
@@ -35,7 +39,7 @@ platform: Any CPU
35
39
# build Configuration, i.e. Debug, Release, etc.
36
40
configuration: Release
37
41
38
-os: Visual Studio 2017
42
+image: Visual Studio 2017
43
44
before_build:
45
- dotnet --info
0 commit comments