We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91c4a6 commit 3720879Copy full SHA for 3720879
appveyor.yml
@@ -2,9 +2,11 @@ version: '{build}'
2
os: Visual Studio 2017
3
install:
4
- set PATH=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\;%PATH%
5
+before_build:
6
+- cmd: dotnet --info
7
build:
8
project: build.proj
- verbosity: normal
9
+ verbosity: detailed
10
test_script:
11
- dotnet test --configuration Release --no-build tests/React.Tests
12
artifacts:
0 commit comments