Skip to content

Releases: deadlydog/Invoke-MsBuild

Invoke-MsBuild v2.7.1

11 Dec 08:48
Compare
Choose a tag to compare

Fixes:

  • Compare MSBuild version numbers in other languages correctly.

Invoke-MsBuild v2.7.0

11 Dec 08:11
Compare
Choose a tag to compare

Features:

  • Add support for 64-bit Visual Studio versions (e.g. VS 2022).

Invoke-MsBuild v2.6.5

29 Oct 08:18
Compare
Choose a tag to compare
  • Fix to properly obey the AutoLaunchBuildErrorsLogOnFailure parameter.

Invoke-MsBuild v2.6.4

01 Feb 23:21
Compare
Choose a tag to compare
  • Fix hanging indefinitely when waiting for build process to complete.

Invoke-MsBuild v2.6.3

01 Feb 22:59
Compare
Choose a tag to compare
  • Fix not handling 32-bit switch correctly

Invoke-MsBuild v2.6.2

03 Jul 03:09
Compare
Choose a tag to compare
  • Use native -WhatIf parameter functionality.

Invoke-MsBuild v2.6.1

01 May 15:39
Compare
Choose a tag to compare
  • Use -LiteralPath parameter for cmdlets to properly support file paths with symbols (e.g. square brackets in file paths)

Invoke-MsBuild v2.6.0

15 May 04:20
Compare
Choose a tag to compare
  • 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

22 Apr 20:00
Compare
Choose a tag to compare
  • Fix to find the "Program Files" location correctly on 32 bit windows without throwing an error.

Invoke-MsBuild v2.5.0

21 Apr 07:14
Compare
Choose a tag to compare
  • Added new BuildDuration TimeSpan property to the returned hash table that shows how long the build ran for.