From f62d473fc46075aa03934da54778244acd5dc4f2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 5 Jun 2019 22:14:03 +0200 Subject: [PATCH] Update azure-pipelines-release.yml for Azure Pipelines --- azure-pipelines-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 4f37966f9f5852..8f250f16ce3456 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -78,7 +78,7 @@ jobs: condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('VersionValidate')) dependsOn: - 'VersionValidate' - timeoutInMinutes: 120 + timeoutInMinutes: 240 pool: vmImage: 'ubuntu-latest' strategy: