Skip to content

Commit

Permalink
Fix template and image
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan committed Mar 27, 2024
1 parent a15784c commit 4cb417a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .azurepipelines/publish-maven-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ resources:
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
${{ else }}:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
os: windows
name: Azure Pipelines
image: macos-latest
os: macOS
customBuildTags:
- ES365AIMigrationTooling-BulkMigrated
sdl:
sourceAnalysisPool: 1ES-PT-Windows-2022
stages:
- stage: stage
jobs:
Expand Down

0 comments on commit 4cb417a

Please sign in to comment.