From bcad939b9155b41b0bff18e0b8a64ed506669c8d Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Wed, 15 Feb 2017 15:39:45 -0500 Subject: [PATCH] don't try to make crossgen executable if crossgen is disabled (it might not exist!) --- build/Microsoft.DotNet.Cli.Compile.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Microsoft.DotNet.Cli.Compile.targets b/build/Microsoft.DotNet.Cli.Compile.targets index d22ad04eb..ebe98dd4d 100644 --- a/build/Microsoft.DotNet.Cli.Compile.targets +++ b/build/Microsoft.DotNet.Cli.Compile.targets @@ -191,7 +191,7 @@ - @@ -281,4 +281,4 @@ Projects="@(TemplatesToBundle)"> - \ No newline at end of file +