Skip to content
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

Fix package validation #2138

Merged
merged 5 commits into from
May 31, 2024

Conversation

martincostello
Copy link
Member

@martincostello martincostello commented May 29, 2024

Fix the package validation job not failing if there are any issues.
Move configuration of deterministic builds to MSBuild, rather than setting it from Cake, as this appears to have stopped working with the .NET 8.0.300 SDK.
Use `exit` not `return`.
@martincostello
Copy link
Member Author

Interestingly the attempt at fixing the 3 packages makes it worse as all 5 packages are now not marked as deterministic...

Fix missing exit in other validation step.
Try moving the property declarations into `Directory.Build.props`.
@martincostello martincostello marked this pull request as ready for review May 29, 2024 16:54
@martincostello martincostello merged commit 303d9d0 into App-vNext:main May 31, 2024
16 checks passed
@martincostello martincostello deleted the fix-package-validation branch May 31, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant