Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed Jan 15, 2018
2 parents d3d56b2 + e388204 commit 6b35dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ task compile -depends clean {
$projectPath = "$sourceDir\SteamWebAPI2\SteamWebAPI2.csproj"

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

exec { dotnet restore $projectPath }
exec { dotnet build $projectPath -c $config }
Expand Down

0 comments on commit 6b35dc5

Please sign in to comment.