From 1ef0e1a7f5d2578fa6aa88d5d280f7f19e1370f6 Mon Sep 17 00:00:00 2001 From: Juan Carlos Aguilera Mendez Date: Wed, 8 Nov 2017 13:44:48 -0800 Subject: [PATCH] Adding IsPublic to CreateAzureContainer --- src/publish.proj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/publish.proj b/src/publish.proj index 6e381b7..ed882f6 100644 --- a/src/publish.proj +++ b/src/publish.proj @@ -37,7 +37,8 @@ + ContainerName="$(ContainerName)" + IsPublic="true" /> + ContainerName="$(ContainerName)" + IsPublic="true" /> + ContainerName="$(ContainerName)" + IsPublic="true" />