Skip to content

Commit 1ccf414

Browse files
committed
Use newer npm on AppVeyor (as a workaround for https://github.com/dotnet/cli/issues/6561 and dotnet/msbuild#406), and run correct test command
1 parent a91c4a6 commit 1ccf414

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,10 +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+
- ps: Install-Product node 6
6+
- npm install --global npm
57
build:
68
project: build.proj
79
verbosity: normal
810
test_script:
9-
- dotnet test --configuration Release --no-build tests/React.Tests
11+
- dotnet test --configuration Release --no-build tests/React.Tests/React.Tests.csproj
1012
artifacts:
1113
- path: output\*.nupkg

0 commit comments

Comments
 (0)