Skip to content

Releases: deadlydog/Invoke-MsBuild

Invoke-MsBuild v2.7.3

14 Nov 01:18
2ba7df8

Choose a tag to compare

Fixes:

  • Find latest VsDevCmd.bat correctly when Visual Studio 2026 is installed.
  • Fix issue where if only a single Visual Studio instance is installed, an error is thrown when trying to find the latest MSBuild.exe file.

Invoke-MsBuild v2.7.2

13 Nov 03:59
fa072af

Choose a tag to compare

Fixes:

  • Support default Visual Studio 2026 directory path when selecting latest MsBuild version.

Invoke-MsBuild v2.7.1

11 Dec 08:48

Choose a tag to compare

Fixes:

  • Compare MSBuild version numbers in other languages correctly.

Invoke-MsBuild v2.7.0

11 Dec 08:11

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

Choose a tag to compare

  • Fix to properly obey the AutoLaunchBuildErrorsLogOnFailure parameter.

Invoke-MsBuild v2.6.4

01 Feb 23:21

Choose a tag to compare

  • Fix hanging indefinitely when waiting for build process to complete.

Invoke-MsBuild v2.6.3

01 Feb 22:59

Choose a tag to compare

  • Fix not handling 32-bit switch correctly

Invoke-MsBuild v2.6.2

03 Jul 03:09

Choose a tag to compare

  • Use native -WhatIf parameter functionality.

Invoke-MsBuild v2.6.1

01 May 15:39

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

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.