Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster <natemcmaster@users.noreply.github.com>2018-11-21 19:35:25 +0300
committerGitHub <noreply@github.com>2018-11-21 19:35:25 +0300
commite25c2acb257d279ba87c3f6fce9539018f1a3f8f (patch)
tree32988930144cda5f42a9243b74edf9cb9e6c10bb /dockerbuild.sh
parentccb335799f55b437fe8a5c6f04560ce2643222b7 (diff)
Flow BUILD_NUMBER and BUILD_BUILDNUMBER into Docker builds
Diffstat (limited to 'dockerbuild.sh')
-rwxr-xr-xdockerbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dockerbuild.sh b/dockerbuild.sh
index db6dbbaa15..b34962846e 100755
--- a/dockerbuild.sh
+++ b/dockerbuild.sh
@@ -108,6 +108,8 @@ docker run \
-t \
-e CI \
-e TEAMCITY_VERSION \
+ -e BUILD_NUMBER \
+ -e BUILD_BUILDNUMBER \
-e DOTNET_CLI_TELEMETRY_OPTOUT \
-e Configuration \
-v "$DIR:/code/build" \