Skip to content

Commit 7c67d56

Browse files
authored
Fix issue with BuildSnippets always running on pullrequest (Azure#48811)
* we need to pass the snippets through to the analyze job in PR context
1 parent d960651 commit 7c67d56

File tree

1 file changed

+1
-0
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+1
-0
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
SDKType: ${{ parameters.SDKType }}
7171
CheckAOTCompat: ${{ parameters.CheckAOTCompat }}
7272
AOTTestInputs: ${{ parameters.AOTTestInputs }}
73+
BuildSnippets: ${{ parameters.BuildSnippets }}
7374
PreGenerationSteps:
7475
- template: /eng/pipelines/templates/steps/pr-matrix-presteps.yml
7576
parameters:

0 commit comments

Comments
 (0)