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 77a7b57
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .azurepipelines/publish-maven-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ 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
stages:
Expand Down

0 comments on commit 77a7b57

Please sign in to comment.