mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
35805959f4
Previous approach of env: DOTNET_ROOT='' at the step level wasn't sufficient — the .NET runtime may have already cached the original DOTNET_ROOT before pwsh started. Now: - Remove *.deps.json AND *.runtimeconfig.json from publish output - Unset DOTNET_ROOT via $env:DOTNET_ROOT = $null inside the pwsh script - _TestHelper.ps1 also unsets DOTNET_ROOT and cleans deps/runtimeconfig Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>