Skip to content

Commit

Permalink
===TEMP=== Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed May 11, 2017
1 parent 3720879 commit 93751ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: '{build}'
os: Visual Studio 2017
install:
- set PATH=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\;%PATH%
before_build:
- cmd: dotnet --info
- ps: Install-Product node 6
- npm install --global npm
build:
project: build.proj
verbosity: detailed
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 93751ee

Please sign in to comment.