Updated targets dependency

This commit is contained in:
Kiran Challa 2017-05-03 15:46:33 -07:00 committed by GitHub
parent 11f7285881
commit 670ad82d5b
1 changed files with 1 additions and 1 deletions

View File

@ -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" />