Skip to content

Commit 3720879

Browse files
committed
=== TEMP === Bump verbosity to debug AppVeyor build
1 parent a91c4a6 commit 3720879

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ version: '{build}'
22
os: Visual Studio 2017
33
install:
44
- set PATH=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\;%PATH%
5+
before_build:
6+
- cmd: dotnet --info
57
build:
68
project: build.proj
7-
verbosity: normal
9+
verbosity: detailed
810
test_script:
911
- dotnet test --configuration Release --no-build tests/React.Tests
1012
artifacts:

0 commit comments

Comments
 (0)