mirror of
https://github.com/ONLYOFFICE/DocSpace-buildtools.git
synced 2025-04-18 13:44:02 +03:00
16 lines
368 B
Bash
Executable File
16 lines
368 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "MIGRATIONS"
|
|
echo off
|
|
|
|
rd="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
echo "Run script directory:" $rd
|
|
|
|
dir=$(builtin cd $rd/../; pwd)
|
|
echo "Root directory:" $dir
|
|
|
|
dotnet build $dir/asc.web.slnf
|
|
dotnet build $dir/ASC.Migrations.sln
|
|
|
|
pushd $dir/common/Tools/ASC.Migration.Runner/bin/Debug/net6.0
|
|
dotnet ASC.Migration.Runner.dll |