Skip to content

Commit dfa012d

Browse files
Make the link to minimal package blob public during release (PowerShell#18158)
1 parent 7d6a798 commit dfa012d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/releaseBuild/azureDevOps/templates/release-MakeContainerPublic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ steps:
1111
az storage container set-permission --account-name $(StorageAccount) --name $(azureVersion) --public-access blob
1212
displayName: Make container public
1313

14+
- pwsh: |
15+
az storage container set-permission --account-name $(StorageAccount) --name $(azureVersion)-gc --public-access blob
16+
displayName: Make guest configuration miminal package container public
17+
1418
- pwsh: |
1519
az logout
1620
displayName: az logout

0 commit comments

Comments
 (0)