mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 16:08:13 +00:00
afb1693f94
Reverts to GitHub-hosted runner matrix (Windows PS 5.1/7.5, Ubuntu, macOS) with the two critical fixes that resolve System.Runtime 9.0.0.0 assembly loading on PS 7.x: 1. Remove PSProxmoxVE.deps.json from publish output (prevents .NET dependency resolution conflicts with PS's bundled runtime) 2. Unset DOTNET_ROOT/DOTNET_MULTILEVEL_LOOKUP in Pester steps (prevents setup-dotnet from overriding PS's assembly resolution) Both fixes validated in Docker (705/705 tests pass). Adds timeout-minutes: 15 to all jobs to prevent runaway billing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>