diff --git a/update-projectjson.ps1 b/update-projectjson.ps1 index 2987cd7..4dc5d69 100644 --- a/update-projectjson.ps1 +++ b/update-projectjson.ps1 @@ -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) {