diff --git a/build/InputDirectories.props b/build/InputDirectories.props
index 9bfeadb3a..d322b67bc 100644
--- a/build/InputDirectories.props
+++ b/build/InputDirectories.props
@@ -4,5 +4,6 @@
$(RepoRoot)/build_projects/dotnet-cli-build
$(RepoRoot)/resources/MSBuildImports
$(RepoRoot)/src
+ $(RepoRoot)/test/
diff --git a/build/OutputDirectories.props b/build/OutputDirectories.props
index bfcfc31e1..76ec26057 100644
--- a/build/OutputDirectories.props
+++ b/build/OutputDirectories.props
@@ -19,5 +19,11 @@
$(BaseOutputDirectory)/packages
$(IntermediateDirectory)/sharedFrameworkPublish
$(StageDirectory)/shared/$(SharedFrameworkName)/$(SharedFrameworkVersion)
+ $(Stage2Directory)
+ $(RepoRoot)/artifacts/testpackages/
+ $(TestOutputDir)/packagesBuild/
+ $(TestOutputDir)/packages/
+ $(TestOutputDir)/artifacts/
+ $(TestOutputDir)/results/
diff --git a/build/Test.targets b/build/Test.targets
index 31dd9ea90..9a49e1edf 100644
--- a/build/Test.targets
+++ b/build/Test.targets
@@ -1,33 +1,27 @@
-
- /
- \
-
-
+
+ :
+ %3b
+ $(Stage2Directory)$(PathListSeparator)$(PATH)
+ $(Stage2Directory)
+
+
+
+
+
+
+
+
+ @(TestTaskEnvironmentVariables)
+
+
-
- :
- %3b
- $(Stage2Directory)$(PathListSeparator)$(PATH)
- $(Stage2Directory)
- $(TestArtifactsDir)
-
-
-
-
-
-
-
-
- @(TestTaskEnvironmentVariables)
-
-
@@ -55,16 +49,6 @@
-
- $(RepoRoot)/artifacts/testpackages/
- $(TestOutputDir)/packagesBuild/
- $(TestOutputDir)/packages/
- $(TestOutputDir)/artifacts/
- $(TestOutputDir)/results/
- $(RepoRoot)/test/
- $(Stage2Directory)
-
-
diff --git a/build/test/TestAssetProjects.targets b/build/test/TestAssetProjects.targets
index c6d913ca3..fc73bd17a 100644
--- a/build/test/TestAssetProjects.targets
+++ b/build/test/TestAssetProjects.targets
@@ -31,10 +31,10 @@
-
+
-
+
diff --git a/build/test/TestProjects.targets b/build/test/TestProjects.targets
index 846c7be22..20045c923 100644
--- a/build/test/TestProjects.targets
+++ b/build/test/TestProjects.targets
@@ -10,20 +10,20 @@
-->
-
+
+ Include="test/ArgumentsReflector/ArgumentsReflector.csproj;
+ test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj;
+ test/Msbuild.Tests.Utilities/Msbuild.Tests.Utilities.csproj;
+ test/Performance/Performance.csproj" />
+ Include="test/Installer/Microsoft.DotNet.Cli.Msi.Tests/Microsoft.DotNet.Cli.Msi.Tests.csproj;" />
-
+