From 3805ea4d85e32f76d42600060f88ef35fcda4017 Mon Sep 17 00:00:00 2001 From: MaxSMokeSkaarj Date: Tue, 14 Oct 2025 00:29:20 +1000 Subject: [PATCH] =?utf8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BE=D0=B1=D0=BD=D0=BE?= =?utf8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20SS14?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 2ae7a5bbbc..27ca58ee43 100755 --- a/build.sh +++ b/build.sh @@ -27,9 +27,9 @@ function updateSS14() { }; function buildServerRelease() { - cd RobustToolbox; - git fetch --depth 1; - cd ..; + #cd RobustToolbox; + #git fetch --depth 1; + #cd ..; dotnet restore; dotnet build Content.Packaging --configuration Release --no-restore /m; dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64; @@ -38,9 +38,9 @@ function buildServerRelease() { }; function buildServerDebug() { - cd RobustToolbox; - git fetch --depth 1; - cd ..; + #cd RobustToolbox; + #git fetch --depth 1; + #cd ..; dotnet restore; dotnet build Content.Packaging --configuration Debug --no-restore /m; dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64; -- 2.52.0