-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run SignCheck on .NET Core #15470
Run SignCheck on .NET Core #15470
Conversation
Updated pipeline run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2634190&view=results Errors are expected! I intentionally tested the validation on mac & linux with signed and non-signed artifacts. The SignCheck correctly marked the signed and unsigned packages.
Fixed with b325256
Removing the label. |
78398f3
to
8d565ab
Compare
08f8600
to
d098c84
Compare
Fixes dotnet/source-build#4848
This PR includes the following changes to allow SignCheck to run on .NET Core:
eng/common/sdk-task.sh
to run the sdk task on mac & linux.