Skip to content

Commit

Permalink
Improve console logging of ilrepack invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed May 16, 2024
1 parent 3c721f2 commit 3d58fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CredentialManager/CredentialManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Usage:
<ILRepackArgs>$(ILRepackArgs) "@(IntermediateAssembly -&gt; '%(FullPath)')"</ILRepackArgs>
<ILRepackArgs>$(ILRepackArgs) @(MergedAssemblies -&gt; '"%(FullPath)"', ' ')</ILRepackArgs>
</PropertyGroup>
<Exec Command='"$(ILRepack)" /internalize:exclude.txt $(ILRepackArgs)'>
<Exec Command='"$(ILRepack)" /internalize:exclude.txt $(ILRepackArgs)' StandardErrorImportance="high" StandardOutputImportance="low" ConsoleToMSBuild="true" ContinueOnError="true">
<Output TaskParameter="ConsoleOutput" PropertyName="ILRepackOutput" />
<Output TaskParameter="ExitCode" PropertyName="ExitCode" />
</Exec>
Expand Down

0 comments on commit 3d58fc6

Please sign in to comment.