From a7d2972509341c87f67832cd2c0079138305babd Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 28 Jun 2016 19:03:10 -0500 Subject: [PATCH] Fix Stage0 calculation on Unix. --- build/Microsoft.DotNet.Cli.Prepare.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Microsoft.DotNet.Cli.Prepare.targets b/build/Microsoft.DotNet.Cli.Prepare.targets index b53cfcd3c..72a830da7 100644 --- a/build/Microsoft.DotNet.Cli.Prepare.targets +++ b/build/Microsoft.DotNet.Cli.Prepare.targets @@ -22,7 +22,8 @@ $(RepoRoot)/.dotnet_stage0/Windows/$(Architecture) - $(RepoRoot)/.dotnet_stage0/$(OSName) + $(RepoRoot)/.dotnet_stage0/Darwin + $(RepoRoot)/.dotnet_stage0/Linux $(Stage0Path) $(RepoRoot)/artifacts/$(Rid)