From 0fcddbd37c5d27eb2ae1ab1b5955febf4adba4e3 Mon Sep 17 00:00:00 2001 From: Anandraj Date: Fri, 15 Jan 2021 17:06:37 -0800 Subject: [PATCH] Ensuring that the same version of folly is built as well as packaged --- .ado/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index a7aa543c28e1bb..792d3638c352d4 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -140,7 +140,7 @@ jobs: - task: CmdLine@2 displayName: gradlew installArchives inputs: - script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs" + script: REACT_NATIVE_DEPENDENCIES=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs" - template: templates\prep-android-nuget.yml