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

Commit 4950b03

Browse files
riarenasmmitche
authored andcommitted
Make blobfeed containers private. (#17792)
1 parent 18c1434 commit 4950b03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/publish.proj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
ManifestName="$(GitHubRepositoryName)"
4747
ManifestBuildId="$(ManifestBuildId)"
4848
ManifestBranch="$(ManifestBranch)"
49-
ManifestCommit="$(ManifestCommit)" />
49+
ManifestCommit="$(ManifestCommit)"
50+
MakeContainerPublic="false" />
5051

5152
<!-- create the container if it doesn't exist -->
5253
<CreateAzureContainer Condition="'$(PublishFlatContainer)' == 'true'"
@@ -84,7 +85,8 @@
8485
ManifestName="$(GitHubRepositoryName)"
8586
ManifestBuildId="$(ManifestBuildId)"
8687
ManifestBranch="$(ManifestBranch)"
87-
ManifestCommit="$(ManifestCommit)" />
88+
ManifestCommit="$(ManifestCommit)"
89+
MakeContainerPublic="false" />
8890

8991
<!-- create the container if it doesn't exist -->
9092
<CreateAzureContainer Condition="'$(PublishFlatContainer)' == 'true'"

0 commit comments

Comments
 (0)