Update push.yml (#193)

Don't add debug to the official version string.
pull/194/head
Christopher Jolly 2 years ago committed by GitHub
parent 0773c28ff1
commit 333055879d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -393,13 +393,7 @@ jobs:
if ($officialBuild) if ($officialBuild)
{ {
$finalOfficialVersion = $officialVersion $arguments += "-p:OfficialVersion=$officialVersion"
if ($configuration -eq 'Debug')
{
$finalOfficialVersion += '-debug'
}
$arguments += "-p:OfficialVersion=$finalOfficialVersion"
} }
if ($ciBuildOnly) if ($ciBuildOnly)

Loading…
Cancel
Save