This commit is contained in:
2026-07-08 13:46:27 -04:00
parent aca106bfe9
commit 41e737f3ec
2450 changed files with 73125 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ echo "Building and publishing the .NET project..."
# Restore, build, and publish the .NET project
dotnet restore "$SOLUTION_FILE"
dotnet build "$SOLUTION_FILE" --configuration Release --no-restore
dotnet publish "$SOLUTION_FILE" --configuration Release --no-build --output "$PUBLISH_DIR"
dotnet publish "$SOLUTION_FILE" --configuration Release --no-build --self-contained true -r linux-x64 --output "$PUBLISH_DIR"
echo "Project built and published successfully to the '$PUBLISH_DIR' directory."