mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
6871bef77d
The setup-dotnet action sets DOTNET_ROOT which overrides PS 7.x's bundled .NET runtime for assembly resolution, causing System.Runtime 9.0.0.0 FileNotFoundException. Unsetting it for Pester steps lets PS use its own runtime. Also adds timeout-minutes: 15 to prevent runaway jobs from consuming Actions minutes (PS 5.1 job was hanging for 5+ hours). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>