Merge Conflicts
This commit is contained in:
parent
a84a56a152
commit
07bf895700
43 changed files with 3082 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue