Skip to content

Commit a3fc608

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent d6a42f3 commit a3fc608

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ steps:
2020
publishJUnitResults: true
2121
testResultsFiles: '**/surefire-reports/TEST-*.xml'
2222
goals: 'package'
23+
- task: AzureRmWebAppDeployment@4
24+
inputs:
25+
ConnectionType: 'AzureRM'
26+
azureSubscription: 'Free Trial(d0bf3c95-4528-4b9e-a252-41d489c7fe27)'
27+
appType: 'webApp'
28+
WebAppName: 'devsystemapp'
29+
packageForLinux: '$(System.DefaultWorkingDirectory)/**/*.zip'

0 commit comments

Comments
 (0)