From 4cffa37b27e26440d11028219e0bb858f41b4a99 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 15 Apr 2019 19:51:47 +0800 Subject: [PATCH] fix dep download path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2558ec9d..6b131731 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,7 +76,7 @@ jobs: mkdir ./src mkdir ./src/v2ray.com ln -s ../triggersrc ./src/v2ray.com/core - go get -v -t -d v2ray.com/core/... + go get -v -t -d ./src/v2ray.com/core/... workingDirectory: '$(GOPATH)' displayName: 'Fetch sources' - script: |