summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2018-04-23 09:13:51 -0700
committerGitHub <noreply@github.com>2018-04-23 09:13:51 -0700
commita226c3507db5f001840501652be82856c1b72cad (patch)
tree704bcde1e1a4a40ce11cdbd47c70da892b6a0a1f /src
parent6b0830a3c44f1e69b574200b8dc7b6ac9f495fe1 (diff)
downloadcoreclr-a226c3507db5f001840501652be82856c1b72cad.tar.gz
coreclr-a226c3507db5f001840501652be82856c1b72cad.tar.bz2
coreclr-a226c3507db5f001840501652be82856c1b72cad.zip
Make intra-build containers private (#17682)
Make intra-build containers private
Diffstat (limited to 'src')
-rw-r--r--src/publish.proj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/publish.proj b/src/publish.proj
index 14158259d1..5cc512633a 100644
--- a/src/publish.proj
+++ b/src/publish.proj
@@ -53,7 +53,7 @@
AccountKey="$(AccountKey)"
AccountName="$(AccountName)"
ContainerName="$(ContainerName)"
- IsPublic="true" />
+ IsPublic="false" />
<!-- now upload the items -->
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"
@@ -91,7 +91,7 @@
AccountKey="$(AccountKey)"
AccountName="$(AccountName)"
ContainerName="$(ContainerName)"
- IsPublic="true" />
+ IsPublic="false" />
<!-- now upload the items -->
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"
@@ -126,7 +126,7 @@
AccountKey="$(AccountKey)"
AccountName="$(AccountName)"
ContainerName="$(ContainerName)"
- IsPublic="true" />
+ IsPublic="false" />
<!-- now upload the items -->
<UploadToAzure Condition="'$(PublishFlatContainer)' == 'true'"