We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d56b2 + e388204 commit 6b35dc5Copy full SHA for 6b35dc5
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