File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public void BeforeCompile(BeforeCompileContext context)
2222 bool isBuildEnvironment = ! string . IsNullOrWhiteSpace ( Environment . GetEnvironmentVariable ( "is_build_environment" ) ) ;
2323
2424 var runPhrase = false ;
25- // try { runPhrase = context.Arguments.CompilationOptions.OptimizationLevel == OptimizationLevel.Debug ; } catch { }
25+ try { runPhrase = context . Arguments . CompilationOptions . OptimizationLevel == OptimizationLevel . Release ; } catch { }
2626 if ( ! runPhrase ) return ;
2727 Debugger . Break ( ) ;
2828 Stopwatch stw = new Stopwatch ( ) ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Translation package</Description>
1212 <PackageProjectUrl >https://github.com/MultinetInteractive/MN.L10n</PackageProjectUrl >
1313 <RepositoryType >git</RepositoryType >
1414 <Copyright >© 20XX MultiNet Interactive AB</Copyright >
15- <Version >1.0.76 </Version >
15+ <Version >1.0.77 </Version >
1616 <AutoIncrementPackageRevision >True</AutoIncrementPackageRevision >
1717 </PropertyGroup >
1818
You can’t perform that action at this time.
0 commit comments