-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Area: BuildCheckPriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasebugtriaged
Description
Issue Description
Rebuild of OC solution with build-in analyzers hangs during clean-up.
Steps to Reproduce
- Build the latest MSBuild main with release configuration
.\build.cmd /p:CreateBootstrap=true -c Release - Go to OC solution and rebuild with analyzers with the bootstrap version:
...\artifacts\bin\bootstrap\net472\MSBuild\Current\Bin\amd64\MSBuild.exe /m /t:rebuild /analyze - kill MSBuild processes
pskill msbuild; pskill vbcscompiler; pskill dotnet; - rebuild with analyzers with the bootstrap version:
...\artifacts\bin\bootstrap\net472\MSBuild\Current\Bin\amd64\MSBuild.exe /m /t:rebuild /analyze
Expected Behavior
Solution builds.
Actual Behavior
Rebuild hangs on CoreClean task execution.
Analysis
Hang starts from commit b100f12
Metadata
Metadata
Assignees
Labels
Area: BuildCheckPriority:2Work that is important, but not critical for the releaseWork that is important, but not critical for the releasebugtriaged