From f2f143869b0db9c6d6c257003bec8ebe219cd62d Mon Sep 17 00:00:00 2001 From: Ranesh Saha Date: Mon, 11 Jul 2022 22:14:58 -0700 Subject: [PATCH] Use the Office feed for the publish pipeline --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index a0089dc72860ba..9e36ffa4257d4c 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -235,7 +235,7 @@ jobs: # Enumerate and download all dependencies .. - template: templates/download-android-dependencies.yml parameters: - artifact_feed: react-native/react-native-public + artifact_feed: Office # Very similar to the default pack task .. but appends 'ndk21b' to the nuget pack version - task: CmdLine@2