-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbuild_release.sh
More file actions
executable file
·13 lines (10 loc) · 1.06 KB
/
build_release.sh
File metadata and controls
executable file
·13 lines (10 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
dotnet restore FreecraftCore.DBCTools.sln
dotnet publish src/FreecraftCore.DBC.CreateDBC/FreecraftCore.DBC.CreateDBC.csproj -c Release --self-contained -r linux-x64 -o Build -f netcoreapp3.1 /p:PublishSingleFile=true
dotnet publish src/FreecraftCore.DBC.CreateDatabase/FreecraftCore.DBC.CreateDatabase.csproj -c Release --self-contained -r linux-x64 -o Build -f netcoreapp3.1 /p:PublishSingleFile=true
dotnet publish src/FreecraftCore.DBC.CreateMPQ/FreecraftCore.DBC.CreateMPQ.csproj -c Release --self-contained -r linux-x64 -o Build -f netcoreapp3.1 /p:PublishSingleFile=true
dotnet publish src/FreecraftCore.DBC.CreateJSON/FreecraftCore.DBC.CreateJSON.csproj -c Release --self-contained -r linux-x64 -o Build -f netcoreapp3.1 /p:PublishSingleFile=true
dotnet publish src/FreecraftCore.DBC.CreateGDBC/FreecraftCore.DBC.CreateGDBC.csproj -c Release --self-contained -r linux-x64 -o Build -f netcoreapp3.1 /p:PublishSingleFile=true
cp lib/Stormlibsharp/StormLib.dll Build
cp lib/Stormlibsharp/stormlib_LICENSE.txt Build
cp lib/Stormlibsharp/stormlibsharp_LICENSE.txt Build