Skip to content

Commit

Permalink
Merge pull request #819 from ldennington/update-azure-resource-names
Browse files Browse the repository at this point in the history
release: update Azure storage resource names
  • Loading branch information
ldennington authored Aug 6, 2022
2 parents d7fb42a + 8d7f639 commit bdc20d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/set_up_esrp.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install ESRP client
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name gcmesrp --container microsoft-esrp-client --name microsoft.esrpclient.1.2.76.nupkg
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name esrpsigningstorage --container signing-resources --name microsoft.esrpclient.1.2.76.nupkg
Expand-Archive -Path esrp.zip -DestinationPath .\esrp

# Install certificates
Expand Down

0 comments on commit bdc20d9

Please sign in to comment.