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

Commit

Permalink
Make intra-build containers private (#17682)
Browse files Browse the repository at this point in the history
Make intra-build containers private
  • Loading branch information
mmitche committed Apr 23, 2018
1 parent 6b0830a commit a226c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/publish.proj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
AccountKey="$(AccountKey)"
AccountName="$(AccountName)"
ContainerName="$(ContainerName)"
IsPublic="true" />
IsPublic="false" />

<!-- now upload the items -->
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"
Expand Down Expand Up @@ -91,7 +91,7 @@
AccountKey="$(AccountKey)"
AccountName="$(AccountName)"
ContainerName="$(ContainerName)"
IsPublic="true" />
IsPublic="false" />

<!-- now upload the items -->
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"
Expand Down Expand Up @@ -126,7 +126,7 @@
AccountKey="$(AccountKey)"
AccountName="$(AccountName)"
ContainerName="$(ContainerName)"
IsPublic="true" />
IsPublic="false" />

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

0 comments on commit a226c35

Please sign in to comment.