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 05dab08 commit 3165e47Copy full SHA for 3165e47
appveyor.yml
@@ -2,6 +2,10 @@ image: Visual Studio 2017
2
install:
3
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
4
5
+branches:
6
+ only:
7
+ - master
8
+
9
init:
10
- git config --global core.autocrlf true
11
@@ -25,6 +29,12 @@ assembly_info:
25
29
configuration:
26
30
- Debug
27
31
32
+before_build:
33
+ # Display .NET Core version
34
+ - cmd: dotnet --version
35
+ # Display minimal restore text
36
+ - cmd: dotnet restore --verbosity m
37
28
38
build_script:
39
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.403
40
- ps: ./build.ps1
0 commit comments