Skip to content

Commit 3165e47

Browse files
committed
#23 add more debug information
1 parent 05dab08 commit 3165e47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ image: Visual Studio 2017
22
install:
33
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
44

5+
branches:
6+
only:
7+
- master
8+
59
init:
610
- git config --global core.autocrlf true
711

@@ -25,6 +29,12 @@ assembly_info:
2529
configuration:
2630
- Debug
2731

32+
before_build:
33+
# Display .NET Core version
34+
- cmd: dotnet --version
35+
# Display minimal restore text
36+
- cmd: dotnet restore --verbosity m
37+
2838
build_script:
2939
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.403
3040
- ps: ./build.ps1

0 commit comments

Comments
 (0)