Skip to content

Commit

Permalink
Try capturing the output from ILRepack
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Dec 20, 2023
1 parent a5df022 commit bbcc9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KSPMMCfgValidator/KSPMMCfgValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<Exec Condition=" '$(OS)' == 'Unix' "
WorkingDirectory="$(OutputPath)"
Command="mono $(PkgILRepack_MSBuild_Task)/tools/ilrepack.exe /parallel /internalize /wildcards /targetplatform:v4 /log:ILRepack.log /out:Repack\$(AssemblyName).exe $(AssemblyName).exe *.dll"
EchoOff="true"
StandardOutputImportance="low" />
EchoOff="false"
StandardOutputImportance="high" />
</Target>
</Project>

0 comments on commit bbcc9d7

Please sign in to comment.