Skip to content

Commit

Permalink
GetVersion.ps1: remove remove hardcoded("0") patch version
Browse files Browse the repository at this point in the history
Now we should pass all 3 parts of SIM version via 'App.BaseVersion' teamcity parameter.
  • Loading branch information
AndreyFilchenkov committed Sep 13, 2020
1 parent 27b5314 commit f577a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tools/GetVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ $CommitCount = [System.Int32]::Parse($CommitCountText)
$Revision = ($CommitCount - 423) ## +123 is initial offset that came from internal SVN during publishing to GitHub

# do
$BaseVersion + ".0." + $Revision
$BaseVersion + "." + $Revision

0 comments on commit f577a61

Please sign in to comment.