From: MaxSMokeSkaarj Date: Mon, 13 Oct 2025 14:29:20 +0000 (+1000) Subject: Автообновление SS14 X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3805ea4d85e32f76d42600060f88ef35fcda4017;p=space-station-14.git Автообновление SS14 --- 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;