Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use Ubuntu for publish job #2256

Merged
merged 3 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ extends:
- job: RNGithubNpmJSPublish
displayName: NPM Publish React-native-macos
pool:
vmImage: $(vmImageApple)
name: Azure Pipelines
vmImage: macos-latest-internal
os: macOS
variables:
- name: BUILDSECMON_OPT_IN
value: true
Expand Down Expand Up @@ -84,7 +86,7 @@ extends:
parameters:
build_type: nightly
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
- template: .ado/templates/apple-steps-publish.yml@self
- template: .ado/templates/≈l@self
parameters:
build_type: release
- ${{ else }}:
Expand Down
2 changes: 0 additions & 2 deletions .ado/templates/apple-steps-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ parameters:
build_type: ''

steps:
- template: /.ado/templates/apple-tools-setup.yml@self

- task: CmdLine@2
displayName: yarn install (local react-native-macos)
inputs:
Expand Down
Loading