From 1a4c5b2fa2056abd77a0f7d6ac3e6b2b53d406c2 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 13 Aug 2024 14:48:49 +0200 Subject: [PATCH] [devops] Publish Xcode 16 builds (take 2). This is required to release any previews of our xcode16 bits. --- tools/devops/automation/post-build-pipeline.yml | 1 - tools/devops/automation/templates/main-stage.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devops/automation/post-build-pipeline.yml b/tools/devops/automation/post-build-pipeline.yml index 4f9a4b5fa4bc..1c5b88c4d927 100644 --- a/tools/devops/automation/post-build-pipeline.yml +++ b/tools/devops/automation/post-build-pipeline.yml @@ -37,7 +37,6 @@ resources: - release/8* - net8.0 - release-test/* # this is for testing the release pipeline on branches without GitHub's branch protection (so we can automate tests without requiring commits to go through pull requests, etc.). - - xcode16 stages: - prepare_release diff --git a/tools/devops/automation/templates/main-stage.yml b/tools/devops/automation/templates/main-stage.yml index d8bc139331ba..aec04a612159 100644 --- a/tools/devops/automation/templates/main-stage.yml +++ b/tools/devops/automation/templates/main-stage.yml @@ -410,6 +410,7 @@ stages: eq(variables['Build.SourceBranch'], 'refs/heads/net7.0'), eq(variables['Build.SourceBranch'], 'refs/heads/net8.0'), eq(variables['Build.SourceBranch'], 'refs/heads/net9.0'), + eq(variables['Build.SourceBranch'], 'refs/heads/xcode16'), eq(parameters.forceInsertion, true) ) )