Skip to content

Commit

Permalink
Update IIDOptimizer Target (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
j0shuams authored Jul 22, 2021
1 parent 605f112 commit 72ba46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/Microsoft.Windows.CsWinRT.targets
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ $(GuidPatchTargetAssemblyReferences)
<!-- When the IIDOptimizer succeeds, replace the input .dll with the patched version -->
<Target Name="CsWinRTReplaceForPatchedRuntime"
Condition="$(CsWinRTGuidPatchExitCode) == 0"
AfterTargets="CsWinRTInvokeGuidPatcher"
DependsOnTargets="CsWinRTInvokeGuidPatcher"
BeforeTargets="Link">

Expand Down

0 comments on commit 72ba46d

Please sign in to comment.