(6c8ca4a55) Tester's build, January 20th 2020
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish LinuxClient.csproj -c Unstable --self-contained -r linux-x64 \/p:Platform="x64"
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Unstable --self-contained -r linux-x64 \/p:Platform="x64"
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish MacClient.csproj -c Unstable --self-contained -r osx-x64 \/p:Platform="x64"
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish MacServer.csproj -c Unstable --self-contained -r osx-x64 \/p:Platform="x64"
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish WindowsClient.csproj -c Unstable --self-contained -r win-x64 \/p:Platform="x64"
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Unstable --self-contained -r win-x64 \/p:Platform="x64"
|
||||
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish LinuxClient.csproj -c Unstable --self-contained -r linux-x64 /p:Platform=x64
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Unstable --self-contained -r linux-x64 /p:Platform=x64
|
||||
|
||||
PAUSE
|
||||
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish MacClient.csproj -c Unstable --self-contained -r osx-x64 /p:Platform=x64
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish MacServer.csproj -c Unstable --self-contained -r osx-x64 /p:Platform=x64
|
||||
|
||||
PAUSE
|
||||
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish WindowsClient.csproj -c Unstable --self-contained -r win-x64 /p:Platform=x64
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Unstable --self-contained -r win-x64 /p:Platform=x64
|
||||
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user