Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanroman authored Jun 26, 2018
1 parent ca4a20e commit f93ace5
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 @@ -23,7 +23,7 @@ test_script:
- cmd: dotnet restore ./test/StandardizedQR.XUnitTests/StandardizedQR.XUnitTests.csproj --verbosity m
# run the unit tests (requires changing into the test directory)
- cmd: cd test/StandardizedQR.XUnitTests
- cmd: dotnet StandardizedQR.XUnitTests.csproj
- cmd: dotnet test
on_finish :
# any cleanup in here
deploy: off

0 comments on commit f93ace5

Please sign in to comment.