Skip to content

Commit

Permalink
Remove apple specific steps from react-native-macos-init publish pi…
Browse files Browse the repository at this point in the history
…peline (facebook#1800)
  • Loading branch information
Saadnajmi authored Apr 26, 2023
1 parent f6eb1d8 commit de81e7f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,15 @@ jobs:
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
persistCredentials: true # set to 'true' to leave the OAuth token in the Git config after the initial fetch

- template: templates/apple-tools-setup.yml

- template: templates/apple-install-dependencies.yml

- template: templates/configure-git.yml

- task: CmdLine@2
displayName: yarn install
inputs:
script: |
cd packages/react-native-macos-init
yarn install
- task: CmdLine@2
displayName: Build react-native-macos-init
inputs:
Expand Down

0 comments on commit de81e7f

Please sign in to comment.