We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945e86 commit 1f50734Copy full SHA for 1f50734
.ado/publish.yml
@@ -55,7 +55,9 @@ extends:
55
- job: RNGithubNpmJSPublish
56
displayName: NPM Publish React-native-macos
57
pool:
58
- vmImage: $(vmImageApple)
+ name: cxeiss-ubuntu-20-04-large
59
+ image: cxe-ubuntu-20-04-1es-pt
60
+ os: linux
61
variables:
62
- name: BUILDSECMON_OPT_IN
63
value: true
.ado/templates/apple-steps-publish.yml
@@ -2,8 +2,6 @@ parameters:
2
build_type: ''
3
4
steps:
5
- - template: /.ado/templates/apple-tools-setup.yml@self
6
-
7
- task: CmdLine@2
8
displayName: yarn install (local react-native-macos)
9
inputs:
0 commit comments