Enable running Nano tests
This commit is contained in:
parent
6ff97fc83b
commit
fef32e2faa
|
|
@ -1,5 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Target Name="TestNano" DependsOnTargets="Restore">
|
<Target Name="_RunNanoTests" AfterTargets="Restore">
|
||||||
<MSBuild Targets="VSTest"
|
<MSBuild Targets="VSTest"
|
||||||
Projects="$(MSBuildThisFileDirectory)..\test\MusicStore.E2ETests\MusicStore.E2ETests.csproj"
|
Projects="$(MSBuildThisFileDirectory)..\test\MusicStore.E2ETests\MusicStore.E2ETests.csproj"
|
||||||
Properties="Configuration=$(Configuration);VSTestLogger=trx;VSTestTestCaseFilter=E2ETests=NanoServer" />
|
Properties="Configuration=$(Configuration);VSTestLogger=trx;VSTestTestCaseFilter=E2ETests=NanoServer" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue