Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
Fixed mistake in build script
  • Loading branch information
dustinmoris committed Sep 18, 2018
1 parent 7981279 commit a036cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Update-AppVeyorBuildVersion $version
if (Test-IsAppVeyorBuildTriggeredByGitTag)
{
$gitTag = Get-AppVeyorGitTag
Test-CompareVersions $giraffe $gitTag
Test-CompareVersions $version $gitTag
}

Write-DotnetCoreVersions
Expand Down

0 comments on commit a036cfe

Please sign in to comment.