We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a42f3 commit a3fc608Copy full SHA for a3fc608
1 file changed
azure-pipelines.yml
@@ -20,3 +20,10 @@ steps:
20
publishJUnitResults: true
21
testResultsFiles: '**/surefire-reports/TEST-*.xml'
22
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