Skip to content

Commit

Permalink
Add auto-baseline main pipeline config for core (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Sep 12, 2024
1 parent 362acdd commit c1740b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ extends:
settings:
skipBuildTagsForGitHubPullRequests: true
sdl:
${{ if and(eq(variables['Build.DefinitionName'], 'c - client'), eq(variables['Build.SourceBranchName'], 'main'), eq(variables['System.TeamProject'], 'internal')) }}:
autobaseline:
isMainPipeline: true
enableForGitHub: true
sourceAnalysisPool:
name: azsdk-pool-mms-win-2022-general
image: azsdk-pool-mms-win-2022-1espt
Expand Down

0 comments on commit c1740b4

Please sign in to comment.