build(appveyor): 更新脚本路径
This commit is contained in:
parent
3c317c12a3
commit
d722b28061
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue