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-09-04 20:07:31 +0300
committerGitHub <noreply@github.com>2020-09-04 20:07:31 +0300
commitc61bdfdd25195b1c9f1824606369b92741d630f7 (patch)
treef96d29dba33f44be8d3704ce802a39dd0f2dd2ed /dockerbuild.sh
parentfe1a881b0e820b019152bee5b9b5b4dfe8f9583e (diff)
Pass through BUILD_REPOSITORY_NAME to docker containers (#25620)
Needed for manifest generation. Previously we used the uri for the name of the build, but the name is also used for generating the names of the stable package feeds in v3 publishing.
Diffstat (limited to 'dockerbuild.sh')
-rwxr-xr-xdockerbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dockerbuild.sh b/dockerbuild.sh
index 2d9b8bcfed..ff24d88a9a 100755
--- a/dockerbuild.sh
+++ b/dockerbuild.sh
@@ -137,6 +137,7 @@ docker run \
-e SYSTEM_TEAMPROJECT \
-e BUILD_BUILDNUMBER \
-e BUILD_REPOSITORY_URI \
+ -e BUILD_REPOSITORY_NAME \
-e BUILD_SOURCEVERSION \
-e BUILD_SOURCEBRANCH \
-e SYSTEM_DEFINITIONID \