Run only nano tess based on condition
This commit is contained in:
parent
fef32e2faa
commit
11f7285881
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<Target Name="_RunNanoTests" AfterTargets="Restore">
|
||||
<Target Name="_RunNanoTests" AfterTargets="Restore" Condition="'$(RUN_TESTS_ON_NANO)' == 'true'">
|
||||
<MSBuild Targets="VSTest"
|
||||
Projects="$(MSBuildThisFileDirectory)..\test\MusicStore.E2ETests\MusicStore.E2ETests.csproj"
|
||||
Properties="Configuration=$(Configuration);VSTestLogger=trx;VSTestTestCaseFilter=E2ETests=NanoServer" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue