Skip to content

Commit

Permalink
Merge pull request #7780 from agocke/remove-ibcmerge-resign
Browse files Browse the repository at this point in the history
Remove ibcmerge re-sign
  • Loading branch information
agocke committed Jan 5, 2016
2 parents 7e8e533 + e4b9949 commit 59f9a06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/Targets/VSL.Imports.targets
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@
<Message Text="Adding optimization data to @(IntermediateAssembly)"/>
<Exec Command="&quot;$(IbcMergePath)&quot; -q -f -partialNGEN -minify -mo &quot;@(IntermediateAssembly)&quot; -incremental &quot;$(OptimizationDataFile)&quot;" />

<Message Text="Re-signing after merging optimization data" Condition="'$(DelaySign)' != 'true' AND '$(SignAssembly)' == 'true'" />
<Exec Command="&quot;$(SnToolPath)&quot; -q -R &quot;@(IntermediateAssembly)&quot; &quot;$(AssemblyOriginatorKeyFile)&quot;" Condition="'$(DelaySign)' != 'true' AND '$(SignAssembly)' == 'true'" />

</Target>

<!-- ====================================================================================
Expand Down

0 comments on commit 59f9a06

Please sign in to comment.