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

Clean with authority #66925

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Clean with authority #66925

merged 1 commit into from
Mar 1, 2023

Conversation

jaredpar
Copy link
Member

This uses Remove-Item to fully clean our build outputs once the build of the bootstrap compiler completes. This ensures there are no artifacts remaining that could interfere with our build using the bootstrap compiler

Work around for NuGet/Home#12437

This uses `Remove-Item` to fully clean our build outputs once the build
of the bootstrap compiler completes. This ensures there are no artifacts
remaining that could interfere with our build using the bootstrap
compiler
@jaredpar
Copy link
Member Author

@dotnet/roslyn-infrastructure , @dibarbet PTAL

Copy link
Member

@dibarbet dibarbet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹🧼

@@ -333,6 +333,12 @@ function Make-BootstrapBuild([switch]$force32 = $false) {
Write-Host "Cleaning Bootstrap compiler artifacts"
Run-MSBuild $projectPath "/t:Clean" -logFileName "BootstrapClean"

# Work around NuGet bug that doesn't correctly re-generate our project.assets.json files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am assuming that just finding and deleting those project.assets.json files isn't going to give the result we want?

@jaredpar jaredpar merged commit 4bf9e38 into dotnet:main Mar 1, 2023
@ghost ghost added this to the Next milestone Mar 1, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.6 P2 Mar 2, 2023
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.

4 participants