"ExternalRestoreSources" needs to be set in the docker container (#8602)

* Add "PB_RESTORESOURCE" to docker environmental variables.

* Add "PB_RestoreSource" explictly to the 'SandBox' build.sh call.

* Add "ExternalRestoreSources" explictly to the 'SandBox' build.sh call.

* Using an environmental variable to communicate to the docker container.
This commit is contained in:
John Beisner 2018-02-14 08:04:45 -08:00 committed by GitHub
parent 6d50f8c58e
commit e6cdfeb833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,5 +139,6 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
-e PB_ASSETROOTURL \
-e PB_PACKAGEVERSIONPROPSURL \
-e PB_PUBLISHBLOBFEEDURL \
-e EXTERNALRESTORESOURCES \
$DOTNET_BUILD_CONTAINER_TAG \
$BUILD_COMMAND "$@"