diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 73438db10f..cb2563c8a8 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -192,6 +192,7 @@ buf BUFSIZE bugreport BUILDARCH +buildtask buildtransitive Burkina Buryatia diff --git a/.pipelines/ci/templates/build-powertoys-ci.yml b/.pipelines/ci/templates/build-powertoys-ci.yml index 33fdca3cc7..b403ecdb30 100644 --- a/.pipelines/ci/templates/build-powertoys-ci.yml +++ b/.pipelines/ci/templates/build-powertoys-ci.yml @@ -22,3 +22,9 @@ jobs: - template: build-powertoys-steps.yml parameters: additionalBuildArguments: ${{ parameters.additionalBuildArguments }} + + # It appears that the Component Governance build task that gets automatically injected stopped working + # when we renamed our main branch. + - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 + displayName: 'Component Detection' + condition: and(succeededOrFailed(), not(eq(variables['Build.Reason'], 'PullRequest')))