From 4fef267c101cab4ced8251f9c13a1e2913d1129d Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 15 Apr 2019 20:33:30 +0800 Subject: [PATCH] add debug file list --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b131731f..b9487ab5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,7 +68,7 @@ jobs: workingDirectory: '$(system.defaultWorkingDirectory)' - script: | sudo apt-get -y update - sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl + sudo apt-get -y install jq git file pkg-config zip g++ zlib1g-dev unzip python openssl tree displayName: Apt Install - script: | go version @@ -77,6 +77,7 @@ jobs: mkdir ./src/v2ray.com ln -s ../triggersrc ./src/v2ray.com/core go get -v -t -d ./src/v2ray.com/core/... + tree workingDirectory: '$(GOPATH)' displayName: 'Fetch sources' - script: |