BootstrapAdmin/appveyor.build.ps1

4 lines
380 B
PowerShell
Raw Normal View History

2019-05-28 09:43:49 +08:00
dotnet build
dotnet publish Bootstrap.Admin --configuration Release --no-restore
xcopy "$($env:appveyor_build_folder)\Scripts\Longbow.lic" "$($env:appveyor_build_folder)\Bootstrap.Admin\bin\Release\netcoreapp2.2\publish" /y
xcopy "$($env:appveyor_build_folder)\Bootstrap.Admin\BootstrapAdmin.db" "$($env:appveyor_build_folder)\Bootstrap.Admin\bin\Release\netcoreapp2.2\publish" /y