Unstable v0.19.3.0
This commit is contained in:
12
Deploy/ManualScripts/Windows/DeployLinux.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployLinux.bat
Normal 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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployLinuxUnstable.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployLinuxUnstable.bat
Normal 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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployMac.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployMac.bat
Normal 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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish MacServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployMacUnstable.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployMacUnstable.bat
Normal 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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish MacServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployWindows.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployWindows.bat
Normal 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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
6
Deploy/ManualScripts/Windows/DeployWindowsServer.bat
Normal file
6
Deploy/ManualScripts/Windows/DeployWindowsServer.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma/BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Release --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployWindowsUnstable.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployWindowsUnstable.bat
Normal 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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user