Releases: microsoft/setup-msbuild
v2
This is a major version bump with no functionality changes. The major version change is due to moving to node20
for the node version per the deprecation announcement for GitHub Actions (https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/). This change from node16
to node20
could cause breaking changes to other workflow actions steps (see #125) running and needing/leveraging expected functionality in node16
and thus as a safe boundary, changing the version here.
Full Changelog: v1.3...v2
v1.3.3
This is a patch update that reverts the node16->node20 change which introduced unintended breaking changes for users of this action. The v1, v1.3 tags have been updated to this release as well.
Full Changelog: v1.3.2...v1.3.3
v1.0.0 Release
This is the initial release of the microsoft/setup-msbuild GitHub Action. Use this task if needing to ensure you have msbuild.exe in the PATH for subsequent action tasks, like building .NET Framework applications.
Special thanks to @warrenbuckley for inspiration on this!
v1.3.2
What's Changed
- Update test.yml by @mosfet80 in #122
- Update to node20 by @kawon7317 in #124
New Contributors
- @mosfet80 made their first contribution in #122
- @kawon7317 made their first contribution in #124
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.1.3 - Updating toolkit for output variables
Updates the GitHub Actions @actions/core
toolkit to latest version to accommodate deprecated set-output
calls.
v1.1.1
Adding msbuild-architecture
to select specific architecture for host agents when running with Visual Studio 2022 (VS 17.0)
v1.1.2 - Update to node16
This updates to using node16 per deprecation notice for GitHub Actions
v1.0.3
This release adds the ability for another input to look for pre-release versions of Visual Studio by specifying vs-prerelease: true
as an input.
v1.0.2 Release
Updates Actions core toolkit to fix vulnerability on environment/path variable setting.