From af8ec13c2e195d85381f19187cf4b9b283429234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E4=BA=96=E4=BC=8D?= Date: Mon, 9 May 2022 17:58:27 +0800 Subject: [PATCH] =?UTF-8?q?Update=20appveyor.yml(=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E4=BC=98=E5=8C=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0926ef49..04fe5276 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ test_script: - cmd: >- cd c:\gopath\src\github.com\mindoc-org\mindoc - xcopy conf\app.conf.example conf\app.conf /F /Y + pwsh -NoProfile -ExecutionPolicy Bypass -Command "& {Copy-Item -Force -Path 'conf\app.conf.example' -Destination 'conf\app.conf'}" mindoc_windows_%GOARCH%.exe version artifacts: