Setting the REACT_NATIVE_BOOST_PATH environment with build task

This commit is contained in:
Anandraj 2020-08-17 18:48:40 -07:00
Родитель 3b1af6c744
Коммит 806d24e45b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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