diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2558ec9d1..6b131731f 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: |