Is there a target I can hook in my Target's AfterTargets to always be the last target that runs? #10918
Unanswered
rkeithhill-keysight
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to come up with a target that Authenticode signs a published binary. I have hooked
AfterTargets="Publish"
and that seems to work for just about everything except when the user builds withPublishAot
set totrue
. My target signs the file in thepublish
dir except that theMicrosoft.NETCore.Native.Publish.targets
then copies the "unsigned" binary from thenative
directory over the one that was just signed in thepublish
dir. 🤦♂️Beta Was this translation helpful? Give feedback.
All reactions