From 5aa638bc7137f07665a1429783ace40e731133ea Mon Sep 17 00:00:00 2001 From: New Future Date: Sun, 24 Mar 2019 22:55:10 +0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cf2d85..ccd5d3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ jobs: - script: build.cmd displayName: 'build' - - script: ./dist/ddns.exe + - script: dist\\ddns.exe displayName: run failOnStderr: false continueOnError: true