Skip to content

Commit a7466fe

Browse files
committed
Update scripts.ps1
1 parent 8aceaa0 commit a7466fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ function PathToName($path) {
9494
}
9595

9696
function PrintBuildInfo() {
97-
$buildInfo
98-
| Select-Object @{name = 'SrcProjects'; expression = { PathToName $_.SrcProjects } }, @{name = 'TestProjects'; expression = { PathToName $_.TestProjects } }, Sha, Tags, Tagged, CI, AddCIPrerelease, Stamp, VersionPrefix, VersionSuffix, Version
99-
| Format-List
97+
$buildInfo |
98+
Select-Object @{name = 'SrcProjects'; expression = { PathToName $_.SrcProjects } }, @{name = 'TestProjects'; expression = { PathToName $_.TestProjects } }, Sha, Tags, Tagged, CI, AddCIPrerelease, Stamp, VersionPrefix, VersionSuffix, Version |
99+
Format-List
100100
}
101101

102102
function TagVersion() {

0 commit comments

Comments
 (0)