From b854e200cd529b59a76750162cbc9e230f7d0b11 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Fri, 5 May 2017 11:19:30 -0700 Subject: [PATCH] Updated repo.targets to run only Nano functional tests when RUN_TESTS_ON_NANO is set to 'true' --- build/repo.targets | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build/repo.targets b/build/repo.targets index 6940b72667..0b665feea7 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -4,12 +4,22 @@ $(RepositoryRoot)test\MusicStore.E2ETests\MusicStore.E2ETests.csproj - + + + + + + + + VSTestTestCaseFilter=E2ETests=NanoServer + + +