remove publish test directories and update weekly monitoring script
This commit is contained in:
+2
-2
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user