Releases: deadlydog/Invoke-MsBuild
Releases · deadlydog/Invoke-MsBuild
Invoke-MsBuild v2.7.1
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
AutoLaunchBuildErrorsLogOnFailure
parameter.
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
-LiteralPath
parameter 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.
Invoke-MsBuild v2.5.1
- Fix to find the "Program Files" location correctly on 32 bit windows without throwing an error.
Invoke-MsBuild v2.5.0
- Added new BuildDuration TimeSpan property to the returned hash table that shows how long the build ran for.