diff --git a/DevOpsPipelineDefinitions/publish-pipeline.yaml b/DevOpsPipelineDefinitions/publish-pipeline.yaml index 1689188c6ea..fffdc8e9e8e 100644 --- a/DevOpsPipelineDefinitions/publish-pipeline.yaml +++ b/DevOpsPipelineDefinitions/publish-pipeline.yaml @@ -23,6 +23,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Downloads all the setup files and its dependencies. @@ -107,6 +108,7 @@ jobs: runCodesignValidationInjection: ${{ false }} dependsOn: - 'SignPackage' + timeoutInMinutes: 0 steps: # Downloads all the setup files and its dependencies. diff --git a/DevOpsPipelineDefinitions/rebuild-pipeline.yaml b/DevOpsPipelineDefinitions/rebuild-pipeline.yaml index 4af9141993d..fa6e3fe3313 100644 --- a/DevOpsPipelineDefinitions/rebuild-pipeline.yaml +++ b/DevOpsPipelineDefinitions/rebuild-pipeline.yaml @@ -22,6 +22,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Allow scripts to access the system token. diff --git a/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml b/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml index 907d1073a59..f4c257a51d7 100644 --- a/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml +++ b/DevOpsPipelineDefinitions/rebuild-rest-pipeline.yaml @@ -16,6 +16,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Allow scripts to access the system token. diff --git a/DevOpsPipelineDefinitions/validation-pipeline.yaml b/DevOpsPipelineDefinitions/validation-pipeline.yaml index 1ef313deeb5..ca0257ac66b 100644 --- a/DevOpsPipelineDefinitions/validation-pipeline.yaml +++ b/DevOpsPipelineDefinitions/validation-pipeline.yaml @@ -22,6 +22,7 @@ jobs: variables: skipComponentGovernanceDetection: ${{ true }} runCodesignValidationInjection: ${{ false }} + timeoutInMinutes: 0 steps: # Downloads all the setup files and its dependencies.