Skip to content

Commit 93751ee

Browse files
committed
===TEMP=== Debugging
1 parent 3720879 commit 93751ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ 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
5+
- ps: Install-Product node 6
6+
- npm install --global npm
77
build:
88
project: build.proj
9-
verbosity: detailed
9+
verbosity: normal
1010
test_script:
11-
- dotnet test --configuration Release --no-build tests/React.Tests
11+
- dotnet test --configuration Release --no-build tests/React.Tests/React.Tests.csproj
1212
artifacts:
1313
- path: output\*.nupkg

0 commit comments

Comments
 (0)