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