From d3493ea06f48897a50c406719c956b2888810f81 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 11 Dec 2018 16:03:53 +0100 Subject: [PATCH] update --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc86afcc..12129b67 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: - script: | go version go get -v -t -d github.com/v2ray/domain-list-community/... - go run github.com/v2ray/domain-list-community/main.go + go run ./src/github.com/v2ray/domain-list-community/main.go workingDirectory: '$(system.defaultWorkingDirectory)' displayName: 'Generate' - task: CopyFiles@2