This commit is contained in:
David Fowler 2015-11-06 17:30:11 -08:00
parent 5b59b69d70
commit 8eb933d827

View file

@ -56,7 +56,7 @@ namespace Microsoft.DotNet.Tools.Compiler
foreach (var context in contexts) foreach (var context in contexts)
{ {
success &= Compile(context, configValue, outputValue, intermediateOutput.Value(), buildProjectReferences); success &= Compile(context, configValue, outputValue, intermediateOutput.Value(), buildProjectReferences);
if (isNative & success) if (isNative && success)
{ {
success &= CompileNative(context, configValue, outputValue, buildProjectReferences); success &= CompileNative(context, configValue, outputValue, buildProjectReferences);
} }