Add dotnet20 to release.sh

This commit is contained in:
Soam Vasani
2017-09-21 11:47:11 -07:00
parent 7bd3f20ad6
commit dedeef7077
+1
View File
@@ -118,6 +118,7 @@ build_and_push_all_envs() {
build_and_push_env_image $version nodejs node-env
build_and_push_env_image $version binary binary-env
build_and_push_env_image $version dotnet dotnet-env
build_and_push_env_image $version dotnet20 dotnet20-env
build_and_push_env_image $version go go-env
build_and_push_env_image $version perl perl-env
build_and_push_env_image $version php7 php-env