append build
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user