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

🔨 Enable MSBuild COMM log in bootstrap #66832

Merged
merged 16 commits into from
Feb 13, 2023
Merged

🔨 Enable MSBuild COMM log in bootstrap #66832

merged 16 commits into from
Feb 13, 2023

Conversation

jaredpar
Copy link
Member

Fixed a gap where we were calling MSBuild without setting up the COMM log. This uses a bigger hammer approach by setting the ENV variables at the YML level.

Fixed a gap where we were calling MSBuild without setting up the COMM
log. This uses a bigger hammer approach by setting the ENV variables at
the YML level.
@jaredpar jaredpar requested a review from a team as a code owner February 12, 2023 22:38
} else {
$args += " /consoleloggerparameters:Verbosity=minimal"
}
function Run-MSBuild([string]$projectFilePath, [string]$buildArgs = "", [string]$logFileName = "", [string]$configuration = $script:configuration, [switch]$runAnalyzers = $false) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is only ever used by the Make-BootstrapBuild function so made it a local function to remove confusion around it. Allowed me to delete several parameter's that weren't being used.

@jaredpar
Copy link
Member Author

Suggest hiding whitespace for this review

condition: true
Copy link
Member Author

Choose a reason for hiding this comment

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

temp change to validate this is working

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.

looks like this is a good candidate for a squash merge 😢 😆

@jaredpar jaredpar enabled auto-merge (squash) February 13, 2023 19:22
@jaredpar
Copy link
Member Author

looks like this is a good candidate for a squash merge 😢 😆

Yes indeed ... should be the default for all YAML changes 😉

@jaredpar jaredpar merged commit f0736b8 into dotnet:main Feb 13, 2023
@ghost ghost added this to the Next milestone Feb 13, 2023
@jaredpar jaredpar deleted the comm branch February 13, 2023 22:03
Cosifne pushed a commit to Cosifne/roslyn that referenced this pull request Feb 14, 2023
* 🔨 Enable MSBuild COMM log in bootstrap

Fixed a gap where we were calling MSBuild without setting up the COMM
log. This uses a bigger hammer approach by setting the ENV variables at
the YML level.
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.

3 participants