Fix appveyor.yml paths for tests

This commit is contained in:
Thomas Stangl
2018-11-06 13:32:33 +01:00
parent 3557aa26b4
commit 1e4cbb614f

View File

@@ -52,7 +52,7 @@ test_script:
# restore packages for our unit tests # restore packages for our unit tests
- cmd: dotnet restore ./tests/tests.csproj --verbosity m - cmd: dotnet restore ./Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj --verbosity m
# run the unit tests (requires changing into the test directory) # run the unit tests (requires changing into the test directory)