We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5481bd3 commit 945550dCopy full SHA for 945550d
1 file changed
default.ps1
@@ -37,7 +37,6 @@ task compile -depends clean {
37
$projectPath = "$sourceDir\SteamWebAPI2\SteamWebAPI2.csproj"
38
39
$version = if ($env:APPVEYOR_BUILD_NUMBER -ne $NULL) { $env:APPVEYOR_BUILD_NUMBER } else { '0' }
40
- $version = "{0:D5}" -f [convert]::ToInt32($version, 10)
41
42
exec { dotnet restore $projectPath }
43
exec { dotnet build $projectPath -c $config }
0 commit comments