Browse Source

fixes: nit

pull/6972/head
workgroupengineering 4 years ago
committed by GitHub
parent
commit
e7efdbf1fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs

4
src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs

@ -42,9 +42,7 @@ namespace Avalonia.Build.Tasks
string output, bool verifyIl, MessageImportance logImportance, string strongNameKey, bool patchCom,
bool skipXamlCompilation)
{
return Compile(engine, input, references, projectDirectory, output, verifyIl, logImportance, strongNameKey, patchCom
, skipXamlCompilation,
debuggerLaunch:false);
return Compile(engine, input, references, projectDirectory, output, verifyIl, logImportance, strongNameKey, patchCom, skipXamlCompilation, debuggerLaunch:false);
}
internal static CompileResult Compile(IBuildEngine engine, string input, string[] references,

Loading…
Cancel
Save