Modifying the docker environment variables to be upper case, because that's how VSO passes them along.
This commit is contained in:
parent
2384b5f1a8
commit
6670301493
1 changed files with 3 additions and 3 deletions
|
@ -133,8 +133,8 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
|
||||||
-e CHECKSUM_STORAGE_ACCOUNT \
|
-e CHECKSUM_STORAGE_ACCOUNT \
|
||||||
-e CHECKSUM_STORAGE_CONTAINER \
|
-e CHECKSUM_STORAGE_CONTAINER \
|
||||||
-e CLIBUILD_SKIP_TESTS \
|
-e CLIBUILD_SKIP_TESTS \
|
||||||
-e CommitCount \
|
-e COMMITCOUNT \
|
||||||
-e DropSuffix \
|
-e DROPSUFFIX \
|
||||||
-e ReleaseSuffix \
|
-e RELEASESUFFIX \
|
||||||
$DOTNET_BUILD_CONTAINER_TAG \
|
$DOTNET_BUILD_CONTAINER_TAG \
|
||||||
$BUILD_COMMAND "$@"
|
$BUILD_COMMAND "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue