From cd73486e930fac5033300f2738e2b53a66d5a8ae Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 12 Nov 2018 23:58:26 +0100 Subject: [PATCH] update azure pipelines --- azure-pipelines.template.yml | 3 +++ azure-pipelines.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 72bce26d..eb3e2942 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -10,6 +10,9 @@ jobs: steps: - checkout: none + - task: GoTool@0 + inputs: + version: '1.11.2' - script: | go version go get -v -t -d v2ray.com/core/... diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa3a881a..1fe9f0af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,7 @@ jobs: - job: linux_coverage dependsOn: linux + condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) timeoutInMinutes: 30 pool: