Skip to content

Commit

Permalink
Use newer npm on AppVeyor (as a workaround for https://github.com/dot…
Browse files Browse the repository at this point in the history
…net/cli/issues/6561 and dotnet/msbuild#406), and run correct test command
  • Loading branch information
Daniel15 committed May 11, 2017
1 parent a91c4a6 commit 1ccf414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ version: '{build}'
os: Visual Studio 2017
install:
- set PATH=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\;%PATH%
- ps: Install-Product node 6
- npm install --global npm
build:
project: build.proj
verbosity: normal
test_script:
- dotnet test --configuration Release --no-build tests/React.Tests
- dotnet test --configuration Release --no-build tests/React.Tests/React.Tests.csproj
artifacts:
- path: output\*.nupkg

0 comments on commit 1ccf414

Please sign in to comment.