- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.4] Add ability to capture MSBuild Binary logs when restore fails#24799
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Capture binary logs* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-CI-static-analysis, PSResourceGet ACR, PowerShell-Windows-Packaging-CI |
Azure Pipelines successfully started running 4 pipeline(s). |
bd699ad
intorelease/v7.4Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedJan 16, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Backport#24128
This pull request includes changes to the
ENABLE_MSBUILD_BINLOGS
parameter in the PowerShell build scripts and pipeline configuration. The most important changes include adding theENABLE_MSBUILD_BINLOGS
parameter to the pipeline configuration and simplifying the conditional checks for this parameter in theRestore-PSPackage
function.Pipeline configuration:
.pipelines/PowerShell-Coordinated_Packages-Official.yml
: Added theENABLE_MSBUILD_BINLOGS
parameter to enable MSBuild binary logs.Build script simplification:
build.psm1
: Simplified the conditional checks forENABLE_MSBUILD_BINLOGS
in theRestore-PSPackage
function by removing the comparison to the string 'true'.[1][2]