mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
14 lines
323 B
PowerShell
14 lines
323 B
PowerShell
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
|
echo $dir
|
|
|
|
echo "`nBuilding bitwarden"
|
|
echo "=================="
|
|
|
|
& $dir\src\Api\build.ps1
|
|
& $dir\src\Identity\build.ps1
|
|
& $dir\util\Server\build.ps1
|
|
& $dir\util\Nginx\build.ps1
|
|
& $dir\util\Attachments\build.ps1
|
|
& $dir\util\MsSql\build.ps1
|
|
& $dir\util\Setup\build.ps1
|