From a7466fea90d4540e9d1ac39931d2e65e20a6f367 Mon Sep 17 00:00:00 2001 From: Mohammad Rahhal Date: Thu, 16 Jun 2022 10:07:26 +0200 Subject: [PATCH] Update scripts.ps1 --- scripts.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts.ps1 b/scripts.ps1 index 97797d5..992c07b 100644 --- a/scripts.ps1 +++ b/scripts.ps1 @@ -94,9 +94,9 @@ function PathToName($path) { } function PrintBuildInfo() { - $buildInfo - | Select-Object @{name = 'SrcProjects'; expression = { PathToName $_.SrcProjects } }, @{name = 'TestProjects'; expression = { PathToName $_.TestProjects } }, Sha, Tags, Tagged, CI, AddCIPrerelease, Stamp, VersionPrefix, VersionSuffix, Version - | Format-List + $buildInfo | + Select-Object @{name = 'SrcProjects'; expression = { PathToName $_.SrcProjects } }, @{name = 'TestProjects'; expression = { PathToName $_.TestProjects } }, Sha, Tags, Tagged, CI, AddCIPrerelease, Stamp, VersionPrefix, VersionSuffix, Version | + Format-List } function TagVersion() {