workgroupengineering
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
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, |
|
|
|
|