Add NUGET and GITHUB environment variables to the dockerrun.sh file.
This commit is contained in:
parent
7f26270354
commit
f9d266157d
1 changed files with 3 additions and 0 deletions
|
@ -107,5 +107,8 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
|
|||
-e PUBLISH_TO_AZURE_BLOB \
|
||||
-e DOCKER_HUB_REPO \
|
||||
-e DOCKER_HUB_TRIGGER_TOKEN \
|
||||
-e NUGET_FEED_URL \
|
||||
-e NUGET_API_KEY \
|
||||
-e GITHUB_PASSWORD \
|
||||
$DOTNET_BUILD_CONTAINER_TAG \
|
||||
$BUILD_COMMAND "$@"
|
||||
|
|
Loading…
Reference in a new issue