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
I've been writing a tool which uses Microsoft.Build.Locator, and now that it comes closer to time to ship it our pipeline complained because the dll isn't signed. I confirmed this by comparing the "properties" view of Microsoft.Build.Locator.dll vs a known signed dll and seeing that Locator was missing a "Digital Signatures" tab.
I've been writing a tool which uses Microsoft.Build.Locator, and now that it comes closer to time to ship it our pipeline complained because the dll isn't signed. I confirmed this by comparing the "properties" view of
Microsoft.Build.Locator.dllvs a known signed dll and seeing that Locator was missing a "Digital Signatures" tab.