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_CONTAINER \
|
||||
-e CLIBUILD_SKIP_TESTS \
|
||||
-e CommitCount \
|
||||
-e DropSuffix \
|
||||
-e ReleaseSuffix \
|
||||
-e COMMITCOUNT \
|
||||
-e DROPSUFFIX \
|
||||
-e RELEASESUFFIX \
|
||||
$DOTNET_BUILD_CONTAINER_TAG \
|
||||
$BUILD_COMMAND "$@"
|
||||
|
|
Loading…
Reference in a new issue