Skip to content

Commit

Permalink
Remove unnecessary postfix in CI build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Archomeda committed Mar 21, 2020
1 parent 6994ecf commit 2483aa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ jobs:
$version = GitVersion /output json /updateassemblyinfo Gw2Sharp/Properties/AssemblyVersionInfo.cs /ensureassemblyinfo
Write-Output $version
$version = $version | ConvertFrom-Json
$nuget = $version.SemVer
if ($version.BranchName -eq "master") {
$nuget += "-master.$($version.CommitsSinceVersionSource)"
}
Write-Output "Assembly version: $($version.AssemblySemVer)"
Write-Output "Assembly file version: $($version.AssemblySemFileVer)"
Write-Output "Informational version: $($version.InformationalVersion)"
Expand Down

0 comments on commit 2483aa5

Please sign in to comment.