We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91c4a6 commit 1ccf414Copy full SHA for 1ccf414
appveyor.yml
@@ -2,10 +2,12 @@ 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
+- ps: Install-Product node 6
6
+- npm install --global npm
7
build:
8
project: build.proj
9
verbosity: normal
10
test_script:
-- dotnet test --configuration Release --no-build tests/React.Tests
11
+- dotnet test --configuration Release --no-build tests/React.Tests/React.Tests.csproj
12
artifacts:
13
- path: output\*.nupkg
0 commit comments