Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 8, 2018
1 parent c9f48b8 commit 929f004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
verbosity: minimal
test_script:
- cmd: >-
%xunit20%\xunit.console Tests\bin\Release\net462\Tests.dll
%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 929f004

Please sign in to comment.