Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 8, 2018
1 parent 5e48155 commit c6652a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ before_build:
build:
verbosity: minimal
test_script:
- ps: >-
nunit3-console Tests\bin\Release\net452\Tests.dll
- cmd: >-
%xunit20%\xunit.console Tests\bin\Release\net46\Tests.dll
dotnet test "Tests\Tests.csproj" --framework netcoreapp2.0 --configuration Release --no-build --output bin\Release\netcoreapp2.0
artifacts:
Expand Down

0 comments on commit c6652a4

Please sign in to comment.