Merge pull request #3888 from livarcocc/add_variables_to_dockerrun
Adding publishing variables to the dockerrun.sh file
This commit is contained in:
commit
354a43ff83
1 changed files with 3 additions and 0 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue