Merge Conflicts

This commit is contained in:
PiotrP 2015-11-30 17:33:16 -08:00
parent a84a56a152
commit 07bf895700
43 changed files with 3082 additions and 1 deletions

View file

@ -51,7 +51,7 @@ namespace Microsoft.DotNet.Tools.Compiler
var configValue = configuration.Value() ?? Cli.Utils.Constants.DefaultConfiguration;
var outputValue = output.Value();
return BuildPackage(path, configValue, outputValue, intermediateOutput.Value()) ? 0 : 1;
return BuildPackage(path, configValue, outputValue, intermediateOutput.Value()) ? 1 : 0;
});
try