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
In PR validation, test sign contents of nupkg, but not the nupkg itself (#79643)
This allows us to support test signing in PR validation builds.
VS cloudbuild will not build with test signed packages (nuget reports
certificate errors related to expiration), and we have no way in an
insertion to specify that the PR should be queued with specific
parameters to disable the errors.
Instead, we can simply not sign the nuget packages (while still signing
the contents to make sure subsequent steps like ngen see strong named
dlls).
val build -
https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/657144
0 commit comments