Skip to content

Commit e300f72

Browse files
committed
Fixed inline script
1 parent a7e91d9 commit e300f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ stages:
145145
artifact: config
146146
- task: AzureCLI@2
147147
inputs:
148-
azureSubscription: .NEXT Code Signing
148+
azureSubscription: '.NEXT Code Signing'
149149
scriptType: pscore
150150
scriptLocation: inlineScript
151-
inlineScript:
151+
inlineScript: |
152152
.\sign code azure-key-vault `
153153
"**/*.nupkg" `
154154
--base-directory "$(Pipeline.Workspace)\packages" `

0 commit comments

Comments
 (0)