Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit c6393f6

Browse files
+ build date fixes
1 parent 116ec42 commit c6393f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_shared/.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ task VersionModule {
116116
Write-Build Green " using APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"
117117

118118
## 1902.build-no
119-
$stamp = Get-Date -f "yyMM"
119+
$stamp = [System.DateTime]::UtcNow.ToString("yyMM")
120120
$buildNumber = $env:APPVEYOR_BUILD_NUMBER;
121121

122122
$script:Version = "0.2.$stamp.$buildNumber"

0 commit comments

Comments
 (0)