You've already forked setup-msbuild
mirror of
https://github.com/microsoft/setup-msbuild.git
synced 2026-09-25 11:17:01 +07:00
ea1f75da7f
Upgrades key diagnostics from core.debug to core.info so they are visible by default (not just with ACTIONS_STEP_DEBUG), matching the request in #79: - Log the resolved MSBuild path - Log the resolved MSBuild version (via MSBuild.exe -version -nologo, wrapped in try/catch so a failure to obtain it doesn't fail the action) - Log the architecture used Other existing debug logs are left unchanged. Rebuilt dist/ via npm run build && npm run pack. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>