fix following the copilot's comments
This commit is contained in:
parent
dd21a611a9
commit
a35c60de0a
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user