We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7fb42a + 8d7f639 commit bdc20d9Copy full SHA for bdc20d9
.github/set_up_esrp.ps1
@@ -1,5 +1,5 @@
1
# Install ESRP client
2
-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
3
Expand-Archive -Path esrp.zip -DestinationPath .\esrp
4
5
# Install certificates
0 commit comments