Flow BUILD_NUMBER and BUILD_BUILDNUMBER into Docker builds

This commit is contained in:
Nate McMaster 2018-11-21 08:35:25 -08:00 committed by GitHub
parent ccb335799f
commit e25c2acb25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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" \