Merge pull request #6407 from crummel/dockerRun-addNewVars
Add new variables to dockerrun.sh so they're passed to the container.
This commit is contained in:
commit
4036ef197c
1 changed files with 7 additions and 0 deletions
|
@ -136,5 +136,12 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
|
|||
-e COMMITCOUNT \
|
||||
-e DROPSUFFIX \
|
||||
-e RELEASESUFFIX \
|
||||
-e CoreFxAzureContainer \
|
||||
-e AzureAccountName \
|
||||
-e AzureAccessToken \
|
||||
-e VsoPassword \
|
||||
-e ReleaseToolsGitUrl \
|
||||
-e CoreSetupBlobRootUrl \
|
||||
-e CoreSetupBlobAccessToken \
|
||||
$DOTNET_BUILD_CONTAINER_TAG \
|
||||
$BUILD_COMMAND "$@"
|
||||
|
|
Loading…
Reference in a new issue