diff --git a/.ado/publish.yml b/.ado/publish.yml index 0334c3460362aa..a00b618dac2a4e 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -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: