From bcabc64d9ba7c7e7d8a55494cf6055ab43c781e3 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Wed, 5 Jul 2017 09:57:22 -0700 Subject: [PATCH] Removed references to dead code related to running tests using runtime store --- build/repo.targets | 49 +++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 33 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index f0b024c20b..4a4558f304 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -1,50 +1,33 @@ - $(PrepareDependsOn);UpdateNuGetConfig $(RepositoryRoot)test\MusicStore.E2ETests\MusicStore.E2ETests.csproj - - + - - + - - - - - VSTestTestCaseFilter=E2ETests=NanoServer - - - + - - - - - VSTestTestCaseFilter=smoketests=usestore - - - - - - + + + VSTestTestCaseFilter=E2ETests=NanoServer + + + + + + VSTestTestCaseFilter=smoketests=usestore + + +