-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
build.sh
executable file
·24 lines (24 loc) · 962 Bytes
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dotnet restore OTAPI.Mods.slnf
dotnet restore OTAPI.Server.Launcher.slnf
dotnet build OTAPI.Mods.slnf
cd OTAPI.Patcher/bin/Debug/net6.0
dotnet run --project ../../../OTAPI.Patcher.csproj -patchTarget=p -latest=n --framework net6.0
cd ../../../../
dotnet build OTAPI.Server.Launcher.slnf
cd OTAPI.Server.Launcher/bin/Debug/net6.0
dotnet OTAPI.Server.Launcher.dll -test-init
cd ../../../../
cd OTAPI.Patcher/bin/Debug/net6.0
dotnet run --project ../../../OTAPI.Patcher.csproj -patchTarget=m -latest=n --framework net6.0
cd ../../../../
dotnet build OTAPI.Server.Launcher.slnf
cd OTAPI.Server.Launcher/bin/Debug/net6.0
dotnet OTAPI.Server.Launcher.dll -test-init
cd ../../../../
cd OTAPI.Patcher/bin/Debug/net6.0
dotnet run --project ../../../OTAPI.Patcher.csproj -patchTarget=t -latest=n --framework net6.0
cd ../../../../
dotnet build OTAPI.Server.Launcher.slnf
cd OTAPI.Server.Launcher/bin/Debug/net6.0
dotnet OTAPI.Server.Launcher.dll -test-init
cd ../../../../