We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424adae commit cf1a903Copy full SHA for cf1a903
1 file changed
azure-pipelines.yml
@@ -19,6 +19,13 @@ jobs:
19
archiveType: 'zip'
20
archiveFile: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
21
replaceExistingArchive: true
22
+ - task: AzureWebApp@1
23
+ inputs:
24
+ azureSubscription: 'Paiement à l’utilisation(78b9a3d9-a777-4dad-8f72-5fc24f431d13)'
25
+ appType: 'webAppLinux'
26
+ appName: 'VanessaDemo'
27
+ package: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
28
+ customDeployFolder: ROOT
29
30
- job: waitForValidation
31
displayName: Wait for external validation
@@ -35,6 +42,7 @@ jobs:
35
42
pool:
36
43
vmImage: ubuntu-latest
37
44
steps:
45
+
38
46
- task: AzureRmWebAppDeployment@5
39
47
inputs:
40
48
ConnectionType: 'AzureRM'
0 commit comments