diff --git a/build/Microsoft.DotNet.Cli.Prepare.targets b/build/Microsoft.DotNet.Cli.Prepare.targets
index 46aae457b..b5d76503d 100644
--- a/build/Microsoft.DotNet.Cli.Prepare.targets
+++ b/build/Microsoft.DotNet.Cli.Prepare.targets
@@ -36,7 +36,7 @@
$(BaseOutputDirectory)/stage2
$(BaseOutputDirectory)/stage2symbols
$(Stage2Directory)/dotnet.exe
- $(Stage2Directory)
+ $(Stage2Directory)/
$(BaseOutputDirectory)/stage2compilation
$(BaseOutputDirectory)/intermediate
$(BaseOutputDirectory)/packages
diff --git a/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets b/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets
index 670ad4478..47873c488 100644
--- a/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets
+++ b/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets
@@ -2,7 +2,7 @@
@@ -37,5 +37,15 @@
$(IntermediateDirectory)/nuGetPackagesArchive.lzma
$(Stage2Directory)/sdk/$(SdkVersion)/nuGetPackagesArchive.lzma
+
+
+
+
+
+
\ No newline at end of file