Browse Source

fix dep download path

Shelikhoo 6 years ago
parent
commit
4cffa37b27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
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: |