You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
I created a VSTS pipeline that calls msbuild to build/sign/publish my application (publish to file). However, I am finding that a bunch of binaries in my publish directory is not signed.
After some investigations I have found out that all bits in my (OutDir), instead they are from obj\Release\ directory. After looking at the target file I finally found the line that indicates this behavior.
I have yet to find a good around for this issue. I was wondering why is the reason for this behavior and if there is a workaround for this.