File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -50,27 +50,27 @@ stages:
50
50
- publish : $(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip
51
51
artifact : drop
52
52
53
- # - stage: Deploy
54
- # displayName: Deploy stage
55
- # dependsOn: Build
56
- # condition: succeeded()
53
+ - stage : Deploy
54
+ displayName : Deploy stage
55
+ dependsOn : Build
56
+ condition : succeeded()
57
57
58
- # jobs:
59
- # - deployment: Deploy
60
- # displayName: Deploy
61
- # environment: 'development'
62
- # pool:
63
- # vmImage: $(vmImageName)
58
+ jobs :
59
+ - deployment : Deploy
60
+ displayName : Deploy
61
+ environment : ' development'
62
+ pool :
63
+ vmImage : $(vmImageName)
64
64
65
- # strategy:
66
- # runOnce:
67
- # deploy:
65
+ strategy :
66
+ runOnce :
67
+ deploy :
68
68
69
- # steps:
70
- # - task: AzureFunctionApp@1
71
- # displayName: 'Azure functions app deploy'
72
- # inputs:
73
- # azureSubscription: '$(azureSubscription)'
74
- # appType: functionApp
75
- # appName: $(functionAppName)
76
- # package: '$(Pipeline.Workspace)/drop/$(Build.BuildId).zip'
69
+ steps :
70
+ - task : AzureFunctionApp@1
71
+ displayName : ' Azure functions app deploy'
72
+ inputs :
73
+ azureSubscription : ' $(azureSubscription)'
74
+ appType : functionApp
75
+ appName : $(functionAppName)
76
+ package : ' $(Pipeline.Workspace)/drop/$(Build.BuildId).zip'
You can’t perform that action at this time.
0 commit comments