mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
prepend ci. to prerelease build numbers to be more in line with semver spec
This commit is contained in:
parent
39ade19d47
commit
a8e5c93fe4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Task("Prepare").Does(() => {
|
|||
if (branch != "release") {
|
||||
var buildNum = EnvironmentVariable("BUILD_NUMBER");
|
||||
if (buildNum != null)
|
||||
version += "-" + buildNum;
|
||||
version += "-ci." + buildNum;
|
||||
}
|
||||
|
||||
DeleteFiles("**/MLEM*.nupkg");
|
||||
|
|
Loading…
Reference in a new issue