Skip to content

Commit

Permalink
Merge pull request #2141 from microsoft/main
Browse files Browse the repository at this point in the history
Test Release 3
  • Loading branch information
bill-long authored Jul 15, 2024
2 parents b1de6d6 + 085b5f6 commit 5f6ecbc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions azure-pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ trigger:
branches:
include:
- release
variables:
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'
resources:
repositories:
- repository: 1ESPipelineTemplates
- repository: templates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
name: OneBranch.Pipelines/GovernedTemplates
ref: refs/heads/main
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
template: v2/OneBranch.Official.CrossPlat.yml@templates
parameters:
pool:
name: MSSecurity-1ES-Build-Agents-Pool
image: MSSecurity-1ES-Windows-2022
os: windows
customBuildTags:
- ES365AIMigrationTooling
featureFlags:
WindowsHostVersion: 1ESWindows2022
stages:
- stage: stage
- stage: build
jobs:
- job: job
- job: main
pool:
type: windows
steps:
- pwsh: |
cd .\.build
Expand Down

0 comments on commit 5f6ecbc

Please sign in to comment.