mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Merge branch 'develop' into feature/v4
This commit is contained in:
commit
cc5fb56e7b
13 changed files with 89 additions and 78 deletions
|
@ -82,9 +82,9 @@ Task("SetVersionInfo")
|
|||
|
||||
versionInfo = GitVersion(settings);
|
||||
|
||||
Information("GitResults -> {0}", versionInfo.Dump());
|
||||
// Information("GitResults -> {0}", versionInfo.Dump());
|
||||
|
||||
Information(@"Build:{0}",AppVeyor.Environment.Build.Dump());
|
||||
//Information(@"Build:{0}",AppVeyor.Environment.Build.Dump());
|
||||
|
||||
var buildVersion = string.Empty;
|
||||
if(string.IsNullOrEmpty(AppVeyor.Environment.Build.Version))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue