Skip to content

Commit

Permalink
Merge pull request #405 from snakefoot/master
Browse files Browse the repository at this point in the history
Fix AppVeyor build for NLog.Web on master branch
  • Loading branch information
304NotModified authored May 5, 2019
2 parents 845a990 + 9e0c15f commit ea1af37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ build_script:
{
$versionPrefix = $versionBuild
$versionSuffix = "PR" + $env:APPVEYOR_PULL_REQUEST_NUMBER
}
if ($versionSuffix)
{
$versionNuget = $versionPrefix + "-" + $versionSuffix
}
$build_aspnet = "build_aspnet.bat", "-nuget_version=$versionNuget"
Expand Down

0 comments on commit ea1af37

Please sign in to comment.