fix repo.targets test project reference

This commit is contained in:
Andrew Stanton-Nurse 2017-04-06 15:55:41 -07:00
parent 93a5454ce5
commit 2464d81167
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Project>
<Target Name="TestNano" DependsOnTargets="Restore">
<MSBuild Targets="VSTest"
Projects="$(MSBuildThisFileDirectory)..\test\E2ETests\E2ETests.csproj"
Projects="$(MSBuildThisFileDirectory)..\test\MusicStore.E2ETests\MusicStore.E2ETests.csproj"
Properties="Configuration=$(Configuration);VSTestLogger=trx;VSTestTestCaseFilter=E2ETests=NanoServer" />
</Target>
</Project>