From ba91f403dd513b37582895ecea2715bbe2a4d176 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 8 Feb 2017 17:30:50 -0800 Subject: [PATCH] Don't attempt to repack for x86 on xplat --- makefile.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 41c8ccdd81..41bc61d4f3 100644 --- a/makefile.shade +++ b/makefile.shade @@ -8,7 +8,7 @@ use namespace="System.Linq" use-standard-lifecycle k-standard-goals -#repack-x86 target='compile' if='Directory.Exists("src")' +#repack-x86 target='compile' if='Directory.Exists("src") && !IsLinux' @{ var buildDir= Path.Combine(Directory.GetCurrentDirectory(), "artifacts", "build"); var projectName = "Microsoft.AspNetCore.Mvc.Razor.ViewCompilation";