Enable running Nano tests

This commit is contained in:
Kiran Challa 2017-05-03 13:34:38 -07:00
parent 6ff97fc83b
commit fef32e2faa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<Target Name="TestNano" DependsOnTargets="Restore">
<Target Name="_RunNanoTests" AfterTargets="Restore">
<MSBuild Targets="VSTest"
Projects="$(MSBuildThisFileDirectory)..\test\MusicStore.E2ETests\MusicStore.E2ETests.csproj"
Properties="Configuration=$(Configuration);VSTestLogger=trx;VSTestTestCaseFilter=E2ETests=NanoServer" />