From 8b47480f01295753c9df58d6a658a1455af00d02 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 16 Apr 2019 15:30:14 +0800 Subject: [PATCH] cd to code dir --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc149d36..1cba586e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -108,6 +108,7 @@ jobs: workingDirectory: '$(GOPATH)' displayName: 'Dump Binaries' - script: | + cd ./src/v2ray.com/core ./release/bleedingrelease.sh workingDirectory: '$(GOPATH)' displayName: 'Generate Bleeding Edge Release'