File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ stages:
136136 inputs :
137137 command : custom
138138 custom : tool
139- arguments : install --tool-path . sign --version 0.9.0-beta.23127.3
139+ arguments : install --tool-path . sign --prerelease
140140 - download : current
141141 displayName : Download packages
142142 artifact : packages
@@ -151,9 +151,7 @@ stages:
151151 --publisher-name ".NEXT Contributors" `
152152 --description ".NEXT Family of Libraries" `
153153 --description-url "https://github.com/dotnet/dotNext" `
154- --azure-key-vault-tenant-id "$(SignTenantId)" `
155- --azure-key-vault-client-id "$(SignClientId)" `
156- --azure-key-vault-client-secret '$(SignClientSecret)' `
154+ --managed-identity-client-id "$(SignClientId)" `
157155 --azure-key-vault-certificate "$(SignKeyVaultCertificate)" `
158156 --azure-key-vault-url "$(SignKeyVaultUrl)"
159157 displayName: Sign packages
You can’t perform that action at this time.
0 commit comments