diff --git a/build.proj b/build.proj index dadb3b4aaeed..aac52afe25fc 100644 --- a/build.proj +++ b/build.proj @@ -141,10 +141,10 @@ PropertyName="SubTasks" /> + Value="@(TestCsprojList->Split(`;`)->Count())"> + PropertyName="IsTestListEmpty" /> @@ -311,13 +311,13 @@ - + - + diff --git a/tools/CreateFilterMappings.ps1 b/tools/CreateFilterMappings.ps1 index 055ca25a7ca1..9aa977138f54 100644 --- a/tools/CreateFilterMappings.ps1 +++ b/tools/CreateFilterMappings.ps1 @@ -148,7 +148,7 @@ function Add-ProjectDependencies [string]$SolutionPath ) - $CommonProjectsToIgnore = @("Authenticators", "ScenarioTest.ResourceManager", "TestFx", "Tests" ) + $CommonProjectsToIgnore = @("ScenarioTest.ResourceManager", "TestFx", "Tests" ) $ProjectDependencies = @() $Content = Get-Content -Path $SolutionPath