From 3c4e0d671293d1b599a36ae7c2a2f23f37fcce42 Mon Sep 17 00:00:00 2001
From: Shelikhoo <xiaokangwang@outlook.com>
Date: Mon, 15 Apr 2019 19:23:28 +0800
Subject: [PATCH] ln new source with old one

---
 azure-pipelines.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2ea3bda0..95e91fa7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -75,6 +75,8 @@ jobs:
       #go get -v -t -d v2ray.com/core/...
       unset GOPATH
       go get -v -t -d github.com/v2fly/v2ray-core/...
+      mkdir ./src/v2ray.com
+      ln -s ./src/github.com/v2fly/v2ray-core/ ./src/v2ray.com/core
     workingDirectory: '$(GOPATH)'
     displayName: 'Fetch sources'
   - script: |