File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -143,15 +143,18 @@ stages:
143143 - download : current
144144 displayName : Download signing file list
145145 artifact : config
146- - pwsh : |
146+ - task : AzureCLI@2
147+ azureSubscription : ' .NEXT Code Signing'
148+ scriptType : pscore
149+ scriptLocation : inlineScript
150+ inlineScript :
147151 .\sign code azure-key-vault `
148152 " **/*.nupkg" `
149153 --base-directory "$(Pipeline.Workspace)\p ackages" `
150154 --file-list "$(Pipeline.Workspace)\config\filelist.txt" `
151155 --publisher-name ".NEXT Contributors" `
152156 --description ".NEXT Family of Libraries" `
153157 --description-url "https://github.com/dotnet/dotNext" `
154- --managed-identity-client-id "$(SignClientId)" `
155158 --azure-key-vault-certificate "$(SignKeyVaultCertificate)" `
156159 --azure-key-vault-url "$(SignKeyVaultUrl)"
157160 displayName : Sign packages
You can’t perform that action at this time.
0 commit comments