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
|
xcopy "$($env:appveyor_build_folder)\scripts\MySQL\my.ini" "C:\Program Files\MySQL\MySQL Server 5.7" /y
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
./appveyor.build.ps1
|
.\appveyor.build.ps1
|
||||||
test_script:
|
test_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
./appveyor.test.ps1
|
.\appveyor.test.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: src\admin\Bootstrap.Admin\bin\release\netcoreapp2.2\publish\
|
- path: src\admin\Bootstrap.Admin\bin\release\netcoreapp2.2\publish\
|
||||||
name: BootstrapAdmin
|
name: BootstrapAdmin
|
||||||
|
|
Loading…
Reference in New Issue