Skip to content

Commit

Permalink
VirtualApplication conditional insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanNoble committed Sep 20, 2021
1 parent 441c84c commit 74ba5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-templates/deploy/step/webjob-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ steps:
inputs:
azureSubscription: ${{ parameters.ServiceConnection }}
WebAppName: ${{ parameters.AppServiceName }}
VirtualApplication: ${{ parameters.VirtualApplication }}
Package: ${{ parameters.DeploymentPackagePath }}

${{ if ne(parameters.VirtualApplication, '') }}:
VirtualApplication: ${{ parameters.VirtualApplication }}

- task: AzureAppServiceManage@0
displayName: 'Start all continuous webjobs - ${{ parameters.AppServiceName }}'
Expand Down

0 comments on commit 74ba5aa

Please sign in to comment.