Updated targets dependency
This commit is contained in:
parent
11f7285881
commit
670ad82d5b
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<Target Name="_RunNanoTests" AfterTargets="Restore" Condition="'$(RUN_TESTS_ON_NANO)' == 'true'">
|
||||
<Target Name="_RunNanoTests" DependsOnTargets="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