Releases: deadlydog/Invoke-MsBuild
Releases · deadlydog/Invoke-MsBuild
Invoke-MsBuild v2.7.3
Invoke-MsBuild v2.7.2
Fixes:
- Support default Visual Studio 2026 directory path when selecting latest MsBuild version.
Invoke-MsBuild v2.7.1
Fixes:
- Compare MSBuild version numbers in other languages correctly.
Invoke-MsBuild v2.7.0
Features:
- Add support for 64-bit Visual Studio versions (e.g. VS 2022).
Invoke-MsBuild v2.6.5
- Fix to properly obey the
AutoLaunchBuildErrorsLogOnFailureparameter.
Invoke-MsBuild v2.6.4
- Fix hanging indefinitely when waiting for build process to complete.
Invoke-MsBuild v2.6.3
- Fix not handling 32-bit switch correctly
Invoke-MsBuild v2.6.2
- Use native -WhatIf parameter functionality.
Invoke-MsBuild v2.6.1
- Use
-LiteralPathparameter for cmdlets to properly support file paths with symbols (e.g. square brackets in file paths)
Invoke-MsBuild v2.6.0
- Added a BypassVisualStudioDeveloperCommandPrompt parameter to allow the Visual Studio Developer Command Prompt to be bypassed, as it can sometimes take a long time to load, leading to a performance problem.
- Improved the file path validations performed on the scripts parameters.