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
[tests] Skip sign check when installing MAUI (#8288)
The MAUI integration test job has been failing with:
EXEC(0,0): Error : NU3004: The package is not signed.
Our upstream dependencies will not always be signed, and the packages
we are building for testing purposes are not signed. We can avoid this
error by adding `--skip-sign-check` to the workload install command.
0 commit comments