Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a226c35

Browse files
authored
Make intra-build containers private (#17682)
Make intra-build containers private
1 parent 6b0830a commit a226c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/publish.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
AccountKey="$(AccountKey)"
5454
AccountName="$(AccountName)"
5555
ContainerName="$(ContainerName)"
56-
IsPublic="true" />
56+
IsPublic="false" />
5757

5858
<!-- now upload the items -->
5959
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"
@@ -91,7 +91,7 @@
9191
AccountKey="$(AccountKey)"
9292
AccountName="$(AccountName)"
9393
ContainerName="$(ContainerName)"
94-
IsPublic="true" />
94+
IsPublic="false" />
9595

9696
<!-- now upload the items -->
9797
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"
@@ -126,7 +126,7 @@
126126
AccountKey="$(AccountKey)"
127127
AccountName="$(AccountName)"
128128
ContainerName="$(ContainerName)"
129-
IsPublic="true" />
129+
IsPublic="false" />
130130

131131
<!-- now upload the items -->
132132
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"

0 commit comments

Comments
 (0)