Skip to content

Releases: microsoft/setup-msbuild

v2

31 Jan 01:06
Compare
Choose a tag to compare

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

31 Jan 00:57
Compare
Choose a tag to compare

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

21 Feb 01:11
Compare
Choose a tag to compare

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

26 Jan 03:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

07 Feb 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v1.3.1

v1.1.3 - Updating toolkit for output variables

12 Oct 23:14
Compare
Choose a tag to compare

Updates the GitHub Actions @actions/core toolkit to latest version to accommodate deprecated set-output calls.

v1.1.1

02 Nov 03:06
Compare
Choose a tag to compare

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

11 Oct 23:14
Compare
Choose a tag to compare

This updates to using node16 per deprecation notice for GitHub Actions

v1.0.3

24 Aug 19:58
Compare
Choose a tag to compare

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

06 Oct 15:53
Compare
Choose a tag to compare

Updates Actions core toolkit to fix vulnerability on environment/path variable setting.