fix repo.targets test project reference
This commit is contained in:
parent
93a5454ce5
commit
2464d81167
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue