append build

This commit is contained in:
Tommy Parnell
2016-11-08 22:01:26 -05:00
parent 1cbd7873e1
commit 9b3933fef2

View File

@@ -2,7 +2,7 @@ $projectJsonFileLocation = "src/UriBuilder.Fluent/project.json"
$newVersion = $env:APPVEYOR_REPO_TAG_NAME
if($newVersion -eq $null)
{
$newVersion = "1.0.0-${env:APPVEYOR_BUILD_VERSION}"
$newVersion = "${env:APPVEYOR_BUILD_VERSION}-autobuild"
}
if($newVersion -eq $null)
{