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