fix following the copilot's comments

This commit is contained in:
Christophe Peugnet 2025-08-21 22:02:54 +02:00 committed by GitHub
parent dd21a611a9
commit a35c60de0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,11 +162,12 @@ stages:
deploy: deploy:
steps: steps:
- download: current - download: current
displayName: 'Download drop artifact'
artifact: drop artifact: drop
- task: AzureWebApp@1 - task: AzureWebApp@1
displayName: 'Deploy to Azure Web App' displayName: 'Deploy to Azure Web App'
inputs: inputs:
azureSubscription: 'production-service-connection' azureSubscription: 'staging-service-connection'
appType: 'webApp' appType: 'webApp'
appName: 'myapp-staging' appName: 'myapp-staging'
package: '$(Pipeline.Workspace)/drop/**/*.zip' package: '$(Pipeline.Workspace)/drop/**/*.zip'