Skip to content

Commit 9d5a662

Browse files
committed
skip msix regressions check for pgo instrument
1 parent dcb54c2 commit 9d5a662

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/pipelines/templates/build-console-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ steps:
6868
6969
- task: PowerShell@2
7070
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')
7174
inputs:
7275
targetType: inline
7376
script: |

0 commit comments

Comments
 (0)