зеркало из https://github.com/microsoft/git.git
release: update Azure storage resource names
This commit is contained in:
Родитель
5f6cd1446b
Коммит
ab43bf3b2a
|
@ -1,5 +1,5 @@
|
|||
# Install ESRP client
|
||||
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name msftgitesrp --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
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
env:
|
||||
AZ_SUB: ${{ secrets.AZURE_SUBSCRIPTION }}
|
||||
run: |
|
||||
az storage blob download --subscription "$AZ_SUB" --account-name msftgitesrp -c microsoft-repoclient -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login
|
||||
az storage blob download --subscription "$AZ_SUB" --account-name esrpsigningstorage -c signing-resources -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login
|
||||
|
||||
- name: "Install Repo Client"
|
||||
run: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче