From fa54b5b0dc570e587c2e8e41cfac9744ca9f3c9d Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:32:49 +0200 Subject: [PATCH] [Windows] Update software report (ant version) (#8139) --- images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 index e059910b..32e7b6b7 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -152,7 +152,7 @@ function Get-NugetVersion { } function Get-AntVersion { - (ant -version) -match "version" | Take-Part -Part 3 + ant -version | Take-Part -Part 3 } function Get-MavenVersion {