Pass DOTNET_BUILD_VERSION variable in a consistent manner to the docker instance

This commit is contained in:
Sridhar Periyasamy 2015-11-05 14:00:44 -08:00
parent aa9e1e1b45
commit 26000b28c7

View file

@ -27,7 +27,7 @@ info "Using code from: $DOCKER_HOST_SHARE_DIR"
docker run -t --rm --sig-proxy=true \
--name $DOTNET_BUILD_CONTAINER_NAME \
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
-e DOTNET_BUILD_VERSION=$DOTNET_BUILD_VERSION \
-e DOTNET_BUILD_VERSION \
-e SASTOKEN \
-e STORAGE_ACCOUNT \
-e STORAGE_CONTAINER \