From 806d24e45b8ded7304c95d6aad45186a858e4c44 Mon Sep 17 00:00:00 2001 From: Anandraj Date: Mon, 17 Aug 2020 18:48:40 -0700 Subject: [PATCH] Setting the REACT_NATIVE_BOOST_PATH environment with build task --- .ado/android-pr.yml | 2 +- .ado/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/android-pr.yml b/.ado/android-pr.yml index 2abc39c630..3ca27a9aa7 100644 --- a/.ado/android-pr.yml +++ b/.ado/android-pr.yml @@ -82,7 +82,7 @@ jobs: - task: CmdLine@2 displayName: gradlew installArchives inputs: - script: ./gradlew installArchives -Pparam="excludeLibs" + script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs" - template: templates\prep-android-nuget.yml diff --git a/.ado/publish.yml b/.ado/publish.yml index b78a2acd57..3f847e2e7c 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -154,7 +154,7 @@ jobs: - task: CmdLine@2 displayName: gradlew installArchives inputs: - script: ./gradlew installArchives -Pparam="excludeLibs" + script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs" - template: templates\prep-android-nuget.yml