setup-msbuild

A GitHub Action to facilitate configuring MSBuild in the workflow PATH for building .NET Framework applications.

MIT License

Stars
339
Committers
14

Bot releases are hidden (Show)

setup-msbuild - v2 Latest Release

Published by timheuer 9 months ago

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: https://github.com/microsoft/setup-msbuild/compare/v1.3...v2

setup-msbuild - v1.3.3

Published by timheuer 9 months ago

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: https://github.com/microsoft/setup-msbuild/compare/v1.3.2...v1.3.3

setup-msbuild - v1.3.2

Published by timheuer 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/setup-msbuild/compare/v1.3.1...v1.3.2

setup-msbuild - v1.3.1

Published by timheuer over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/setup-msbuild/compare/v1.2...v1.3.1

setup-msbuild - v1.1.3 - Updating toolkit for output variables

Published by timheuer about 2 years ago

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

setup-msbuild - v1.1.2 - Update to node16

Published by timheuer about 2 years ago

This updates to using node16 per deprecation notice for GitHub Actions

setup-msbuild - v1.1.1

Published by timheuer almost 3 years ago

Adding msbuild-architecture to select specific architecture for host agents when running with Visual Studio 2022 (VS 17.0)

setup-msbuild - v1.0.3

Published by timheuer about 3 years ago

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.

setup-msbuild - v1.0.2 Release

Published by timheuer about 4 years ago

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

setup-msbuild - v1.0.1 Release

Published by timheuer about 4 years ago

Fixes some input parameters and resolving dependency updates.

Thanks @heaths for the contribution of fixes!

setup-msbuild - v1.0.0 Release

Published by timheuer over 4 years ago

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!

Package Rankings
Top 0.46% on Github actions
Related Projects