1 Star 0 Fork 1.4K

天空008 / BootstrapAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.build.ps1 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
Argo Zhang 提交于 2019-09-05 15:24 . build: fix script path issues
function runCmd ($cmd) {
write-host $cmd -ForegroundColor Cyan
cmd.exe /c $cmd
}
runCmd "dotnet build src\admin\Bootstrap.Admin"
runCmd "dotnet publish src\admin\Bootstrap.Admin --configuration Release --no-restore"
$publishFolder = "$($env:appveyor_build_folder)\src\admin\Bootstrap.Admin\bin\Release\netcoreapp2.2\publish"
$licFile = "$($env:appveyor_build_folder)\src\admin\keys\Longbow.lic"
write-host "copy file $licFile" -ForegroundColor Cyan
xcopy $licFile $publishFolder /y
$dbFile = "$($env:appveyor_build_folder)\src\admin\Bootstrap.Admin\BootstrapAdmin.db"
write-host "copy file $dbFile" -ForegroundColor Cyan
xcopy $dbFile $publishFolder /y
C#
1
https://gitee.com/yeyuxx/BootstrapAdmin.git
git@gitee.com:yeyuxx/BootstrapAdmin.git
yeyuxx
BootstrapAdmin
BootstrapAdmin
master

搜索帮助