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

Stop injecting NoWarns into repo's Directory.Build.props #17712

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Fixes: dotnet/source-build#3117

This PR stops modifications of Directory.Build.props to inject NoWarns during VMR build.

I have validated that most of the NoWarns are not needed anymore. The only remaining one is in nuget.client for which I'm adding a patch. Backport PR is also out: NuGet/NuGet.Client#5496

Full validation build with updated nuget.client patch is in progress: https://dev.azure.com/dnceng/internal/_build/results?buildId=2309593&view=results

@NikolaMilosavljevic NikolaMilosavljevic requested a review from a team as a code owner November 7, 2023 18:58
@NikolaMilosavljevic
Copy link
Member Author

Full validation build was successful - merging.

@NikolaMilosavljevic NikolaMilosavljevic merged commit 018dee7 into dotnet:main Nov 7, 2023
16 checks passed
@mthalman
Copy link
Member

mthalman commented Nov 8, 2023

@NikolaMilosavljevic - This regressed the behavior for offline builds: dotnet/source-build#3729

@NikolaMilosavljevic
Copy link
Member Author

@NikolaMilosavljevic - This regressed the behavior for offline builds: dotnet/source-build#3729

That is odd. I've validated full set of VMR builds, although that was done for release/8.0.1xx: https://dev.azure.com/dnceng/internal/_build/results?buildId=2309593&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop injecting NoWarns into repo's Directory.Build.props
3 participants