Merge pull request #3888 from livarcocc/add_variables_to_dockerrun

Adding publishing variables to the dockerrun.sh file
This commit is contained in:
Livar 2016-07-19 13:35:08 -07:00 committed by GitHub
commit 354a43ff83

View file

@ -126,5 +126,8 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
-e NUGET_FEED_URL \
-e NUGET_API_KEY \
-e GITHUB_PASSWORD \
-e STORAGE_KEY \
-e STORAGE_ACCOUNT \
-e STORAGE_CONTAINER \
$DOTNET_BUILD_CONTAINER_TAG \
$BUILD_COMMAND "$@"