File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ jobs:
3535 package : ' $(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
3636 customDeployFolder : ROOT
3737
38- - job : waitForValidation
39- displayName : Wait for external validation
40- pool : server
41- timeoutInMinutes : 4320 # job times out in 3 days
42- steps :
43- - task : ManualValidation@1
44- inputs :
45- notifyUsers : ' v.david@kovalibre.com'
38+ # - job: waitForValidation
39+ # displayName: Wait for external validation
40+ # pool: server
41+ # timeoutInMinutes: 4320 # job times out in 3 days
42+ # steps:
43+ # - task: ManualValidation@1
44+ # inputs:
45+ # notifyUsers: 'v.david@kovalibre.com'
4646
4747 - job : Deployment
4848 displayName : Deployment
49- dependsOn : waitForValidation
49+ # dependsOn: waitForValidation
5050 pool :
5151 vmImage : ubuntu-latest
5252 steps :
You can’t perform that action at this time.
0 commit comments