fix compilation error
This commit is contained in:
parent
951e682070
commit
82d538c43a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
||||||
|
|
||||||
if (isNative)
|
if (isNative)
|
||||||
{
|
{
|
||||||
success &= CompileNative(context, configuration.Value() ?? Constants.DefaultConfiguration, output.Value(), buildProjectReferences;
|
success &= CompileNative(context, configuration.Value() ?? Constants.DefaultConfiguration, output.Value(), buildProjectReferences);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue