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

Commit 0eb40bf

Browse files
committed
Revert "Make blobfeed containers private. (#17792)"
This reverts commit 4950b03.
1 parent b48df77 commit 0eb40bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/publish.proj

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

5251
<!-- create the container if it doesn't exist -->
5352
<CreateAzureContainer Condition="'$(PublishFlatContainer)' == 'true'"
@@ -85,8 +84,7 @@
8584
ManifestName="$(GitHubRepositoryName)"
8685
ManifestBuildId="$(ManifestBuildId)"
8786
ManifestBranch="$(ManifestBranch)"
88-
ManifestCommit="$(ManifestCommit)"
89-
MakeContainerPublic="false" />
87+
ManifestCommit="$(ManifestCommit)" />
9088

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

0 commit comments

Comments
 (0)