diff --git a/azure-pipelines-arcade.yml b/azure-pipelines-arcade.yml index dc42bf058bf..72b637cdcca 100644 --- a/azure-pipelines-arcade.yml +++ b/azure-pipelines-arcade.yml @@ -37,7 +37,7 @@ extends: sdl: sourceAnalysisPool: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022-pt + image: 1es-windows-2022 os: windows customBuildTags: - ES365AIMigrationTooling @@ -45,7 +45,7 @@ extends: - stage: Build displayName: Build jobs: - - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}: + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.SourceBranch'], 'refs/heads/release/6.1'))) }}: - template: /eng/common/templates-official/job/onelocbuild.yml@self parameters: MirrorRepo: wcf @@ -65,7 +65,7 @@ extends: pool: ${{ if eq(variables._RunAsInternal, True) }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022-pt + image: 1es-windows-2022 os: windows variables: - _InternalBuildArgs: ''