(61d00a474) v0.9.7.1

This commit is contained in:
Regalis
2020-03-04 13:04:10 +01:00
parent 3c50efa5c9
commit 3c09ebe02f
5086 changed files with 786063 additions and 295871 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish LinuxClient.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish LinuxServer.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64"

View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish LinuxClient.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish LinuxServer.csproj -c Unstable -clp:ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64"

10
Deploy/Linux/DeployMac.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish MacClient.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r osx-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish MacServer.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r osx-x64 \/p:Platform="x64"

View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish MacClient.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r osx-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish MacServer.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r osx-x64 \/p:Platform="x64"

View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish WindowsClient.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish WindowsServer.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64"

View File

@@ -0,0 +1,10 @@
#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish WindowsClient.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish WindowsServer.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64"

View File

@@ -0,0 +1,12 @@
@ECHO OFF
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish LinuxClient.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64
cd ..
cd BarotraumaServer
dotnet publish LinuxServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64
PAUSE

View File

@@ -0,0 +1,12 @@
@ECHO OFF
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish LinuxClient.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64
cd ..
cd BarotraumaServer
dotnet publish LinuxServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64
PAUSE

View File

@@ -0,0 +1,12 @@
@ECHO OFF
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish MacClient.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64
cd ..
cd BarotraumaServer
dotnet publish MacServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64
PAUSE

View File

@@ -0,0 +1,12 @@
@ECHO OFF
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish MacClient.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64
cd ..
cd BarotraumaServer
dotnet publish MacServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64
PAUSE

View File

@@ -0,0 +1,12 @@
@ECHO OFF
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish WindowsClient.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64
cd ..
cd BarotraumaServer
dotnet publish WindowsServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64
PAUSE

View File

@@ -0,0 +1,12 @@
@ECHO OFF
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish WindowsClient.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64
cd ..
cd BarotraumaServer
dotnet publish WindowsServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64
PAUSE