From d722b280615e5ab65347a02bc878207549724508 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 12 Sep 2019 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?build(appveyor):=20=E6=9B=B4=E6=96=B0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 319b245c..8ff3909a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,10 +30,10 @@ install: xcopy "$($env:appveyor_build_folder)\scripts\MySQL\my.ini" "C:\Program Files\MySQL\MySQL Server 5.7" /y build_script: - ps: >- - ./appveyor.build.ps1 + .\appveyor.build.ps1 test_script: - ps: >- - ./appveyor.test.ps1 + .\appveyor.test.ps1 artifacts: - path: src\admin\Bootstrap.Admin\bin\release\netcoreapp2.2\publish\ name: BootstrapAdmin