Skip to content

Commit 945550d

Browse files
author
Justin
committed
Fix SemVer.
1 parent 5481bd3 commit 945550d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

default.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ task compile -depends clean {
3737
$projectPath = "$sourceDir\SteamWebAPI2\SteamWebAPI2.csproj"
3838

3939
$version = if ($env:APPVEYOR_BUILD_NUMBER -ne $NULL) { $env:APPVEYOR_BUILD_NUMBER } else { '0' }
40-
$version = "{0:D5}" -f [convert]::ToInt32($version, 10)
4140

4241
exec { dotnet restore $projectPath }
4342
exec { dotnet build $projectPath -c $config }

0 commit comments

Comments
 (0)