mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
build versioning
This commit is contained in:
parent
5616ffdca3
commit
496e086e32
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## (unreleased)
|
||||
|
||||
### **New Features**
|
||||
|
||||
- Updated CHangelog. [Jamie.Rees]
|
||||
|
||||
|
||||
## v3.0.0 (2017-09-01)
|
||||
|
||||
### **New Features**
|
||||
|
|
|
@ -80,7 +80,9 @@ Task("SetVersionInfo")
|
|||
|
||||
Information("GitResults -> {0}", versionInfo.Dump());
|
||||
|
||||
var fullVer = versionInfo.MajorMinorPatch + "-" + versionInfo.BranchName + "-" + versionInfo.BuildMetaData;
|
||||
Information(@"Build:{0}",AppVeyor.Environment.Build.Dump());
|
||||
|
||||
var fullVer = AppVeyor.Environment.Build.Version + "-" + versionInfo.BranchName;
|
||||
|
||||
|
||||
buildSettings.ArgumentCustomization = args => args.Append("/p:SemVer=" + versionInfo.AssemblySemVer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue