mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #1963 from RaiKoHoff/RC1
Use short version of Commit ID
This commit is contained in:
commit
a44bd2b356
@ -37,7 +37,7 @@ try
|
||||
$Minor = [int]$(Get-Date -format yy)
|
||||
$Revis = [int]$(Get-Date -format MMdd)
|
||||
if ($AppVeyorEnv) {
|
||||
$CommitID = [string]($env:appveyor_repo_commit)
|
||||
$CommitID = ([string]($env:appveyor_repo_commit)).substring(0,7)
|
||||
$Build = [int]($env:appveyor_build_number)
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user