Try new version scheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
$buildSalt = $Env:BUILD_NUMBER
|
$buildSalt = $Env:BRANCH_NAME
|
||||||
$gitVersion = git describe --tags
|
$gitVersion = git describe --tags
|
||||||
$gitSimpleVersion = git describe --tags --abbrev=0
|
$gitSimpleVersion = git describe --tags --abbrev=0
|
||||||
$simpleVersionStandard = echo $gitSimpleVersion | Select-String -Pattern "([0-9]+)\.([0-9]+)\.([0-9]+)" | % {$_.Matches} | %{$_.Groups[1].Value+"."+$_.Groups[2].Value+"."+$_.Groups[3].Value}
|
$simpleVersionStandard = echo $gitSimpleVersion | Select-String -Pattern "([0-9]+)\.([0-9]+)\.([0-9]+)" | % {$_.Matches} | %{$_.Groups[1].Value+"."+$_.Groups[2].Value+"."+$_.Groups[3].Value}
|
||||||
|
Reference in New Issue
Block a user