Skip to content

Commit

Permalink
[devops] Publish Xcode 16 builds (take 2). (#21025)
Browse files Browse the repository at this point in the history
This is required to release any previews of our xcode16 bits.
  • Loading branch information
rolfbjarne authored Aug 14, 2024
1 parent 76b69ff commit b69c903
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tools/devops/automation/post-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions tools/devops/automation/templates/main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
)
Expand Down

8 comments on commit b69c903

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.