Skip to content

Commit 1f50734

Browse files
authored
ci: Use Ubuntu for publish job (#2256)
* Revert "ci: Use the same VM image for PR and publish" This reverts commit e2b6374. * ci: specify publish pool with `os` * Use Ubuntu instead
1 parent 9945e86 commit 1f50734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ado/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ extends:
5555
- job: RNGithubNpmJSPublish
5656
displayName: NPM Publish React-native-macos
5757
pool:
58-
vmImage: $(vmImageApple)
58+
name: cxeiss-ubuntu-20-04-large
59+
image: cxe-ubuntu-20-04-1es-pt
60+
os: linux
5961
variables:
6062
- name: BUILDSECMON_OPT_IN
6163
value: true

.ado/templates/apple-steps-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ parameters:
22
build_type: ''
33

44
steps:
5-
- template: /.ado/templates/apple-tools-setup.yml@self
6-
75
- task: CmdLine@2
86
displayName: yarn install (local react-native-macos)
97
inputs:

0 commit comments

Comments
 (0)