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:
authorMatt Mitchell <mmitche@microsoft.com>2020-07-16 00:54:04 +0300
committerGitHub <noreply@github.com>2020-07-16 00:54:04 +0300
commit757e5aa69fdae84c2565a96c4eab909f1145a4c0 (patch)
tree373cb92f1a1a2490aece7f14758bfbd37b4d16f3 /dockerbuild.sh
parent49672ee4524be0203986beb7dfdd0beaeb3dd56e (diff)
Add additional environment variables to dockerbuild (#23956)
These are used by the publish/asset manifest creation tasks to fill out some attributes. Without these in the docker environment, manifests will be inconsistent between those produced on plain machines and ones produced in docker files.
Diffstat (limited to 'dockerbuild.sh')
-rwxr-xr-xdockerbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dockerbuild.sh b/dockerbuild.sh
index f73a017491..2d9b8bcfed 100755
--- a/dockerbuild.sh
+++ b/dockerbuild.sh
@@ -133,10 +133,14 @@ docker run \
-t \
-e TF_BUILD \
-e BUILD_NUMBER \
+ -e BUILD_BUILDID \
+ -e SYSTEM_TEAMPROJECT \
-e BUILD_BUILDNUMBER \
-e BUILD_REPOSITORY_URI \
-e BUILD_SOURCEVERSION \
-e BUILD_SOURCEBRANCH \
+ -e SYSTEM_DEFINITIONID \
+ -e SYSTEM_TEAMFOUNDATIONCOLLECTIONURI \
-e DOTNET_CLI_TELEMETRY_OPTOUT \
-e Configuration \
-v "$DIR:$DIR" \