Skip to content

Commit

Permalink
Add ability to capture MSBuild Binary logs when restore fails (PowerS…
Browse files Browse the repository at this point in the history
…hell#24128)

* Capture binary logs

* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml
  • Loading branch information
TravisEz13 authored and adityapatwardhan committed Oct 16, 2024
1 parent 63fba30 commit 24860b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pipelines/PowerShell-Coordinated_Packages-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ parameters:
displayName: Skip Signing
type: string
default: 'NO'
- name: RUN_TEST_AND_RELEASE
displayName: Run Test and Release Artifacts Stage
type: boolean
default: true
- name: RUN_WINDOWS
displayName: Enable Windows Stage
type: boolean
default: true
- name: ENABLE_MSBUILD_BINLOGS
displayName: Enable MSBuild Binary Logs
type: boolean
default: false

resources:
repositories:
Expand Down

0 comments on commit 24860b8

Please sign in to comment.