remove publish test directories and update weekly monitoring script

This commit is contained in:
2026-07-08 14:22:22 -04:00
parent 0535515b11
commit 94e46a04a7
7339 changed files with 3 additions and 218708 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ echo "Building and publishing the .NET project..."
# Restore, build, and publish the .NET project
dotnet restore "$SOLUTION_FILE" -r linux-x64
dotnet build "$SOLUTION_FILE" --configuration Release --no-restore
dotnet publish "$SOLUTION_FILE" --configuration Release --no-build --self-contained true -r linux-x64 --output "$PUBLISH_DIR"
dotnet build "$SOLUTION_FILE" --configuration Release
dotnet publish "Jellyfin.Server/Jellyfin.Server.csproj" --configuration Release --self-contained true -r linux-x64 --output "$PUBLISH_DIR"
echo "Project built and published successfully to the '$PUBLISH_DIR' directory."