mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
fixed build number in prereleases being wrongly appended
This commit is contained in:
parent
80de2bdb11
commit
d4bddce84a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Task("Prepare").Does(() => {
|
|||
if (branch != "release") {
|
||||
var buildNum = EnvironmentVariable("BUILD_NUMBER");
|
||||
if (buildNum != null)
|
||||
version += buildNum;
|
||||
version += "-" + buildNum;
|
||||
}
|
||||
|
||||
DeleteFiles("**/*.nupkg");
|
||||
|
|
Loading…
Reference in a new issue