We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deadlydog
Learn more about funding links in repositories.
Report abuse
1 parent cf4b489 commit 837fc14Copy full SHA for 837fc14
src/Invoke-MsBuild/Invoke-MsBuild.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'Invoke-MsBuild.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '2.6.4'
+ModuleVersion = '2.6.5'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
@@ -107,7 +107,7 @@ PrivateData = @{
107
# IconUri = ''
108
109
# ReleaseNotes of this module
110
- ReleaseNotes = '- Fix hanging indefinitely when waiting for build process to complete.'
+ ReleaseNotes = '- Fix to properly obey the `AutoLaunchBuildErrorsLogOnFailure` parameter.'
111
112
} # End of PSData hashtable
113
0 commit comments