Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information