We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb54c2 commit 9d5a662Copy full SHA for 9d5a662
build/pipelines/templates/build-console-steps.yml
@@ -68,6 +68,9 @@ steps:
68
69
- task: PowerShell@2
70
displayName: 'Check MSIX for common regressions'
71
+ # PGO runtime needs its own CRT and it's in the package for convenience.
72
+ # That will make this script mad so skip since we're not shipping the PGO Instrumentation one anyway.
73
+ condition: ne(variables['PGOBuildMode'], 'Instrument')
74
inputs:
75
targetType: inline
76
script: |
0 commit comments