-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.yml
More file actions
32 lines (27 loc) · 784 Bytes
/
Copy pathrelease.yml
File metadata and controls
32 lines (27 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
resources:
pipelines:
- pipeline: BookReservationSystem-CI
source: BookReservationSystem-CI
trigger: true
trigger: none
pool:
vmImage: windows-latest
steps:
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'specific'
project: '09d61c19-4278-4a70-9bc6-c7f47a21e8da'
definition: '1'
specificBuildWithTriggering: true
buildVersionToDownload: 'latest'
artifactName: 'drop'
targetPath: '$(Pipeline.Workspace)'
- task: AzureRmWebAppDeployment@4
inputs:
ConnectionType: 'AzureRM'
azureSubscription: 'Azure for Students(ce9891f6-5219-4464-a401-3f3a5282870e)'
appType: 'webApp'
WebAppName: 'hw3pa200'
packageForLinux: '$(Pipeline.Workspace)/**/*.zip'
enableCustomDeployment: true
DeploymentType: 'webDeploy'