]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Автообновление SS14
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 13 Oct 2025 14:29:20 +0000 (00:29 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Mon, 13 Oct 2025 14:29:20 +0000 (00:29 +1000)
build.sh

index 2ae7a5bbbc1e328ebfb54bf87acb2983ecab468c..27ca58ee430117011b64907889b499c22f431079 100755 (executable)
--- 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;