Don't attempt to repack for x86 on xplat

This commit is contained in:
Pranav K 2017-02-08 17:30:50 -08:00
parent ee6e7419f1
commit ba91f403dd
1 changed files with 1 additions and 1 deletions

View File

@ -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";