Skip to content

Commit

Permalink
Update scripts.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahhal committed Jun 16, 2022
1 parent 8aceaa0 commit a7466fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a7466fe

Please sign in to comment.