Skip to content

Commit

Permalink
Added git hash to AssemblyInformationVersion (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII authored and olevett committed Jan 6, 2018
1 parent 7737994 commit f4e9971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions GitVersion.yml
@@ -1,5 +1,6 @@
next-version: 8.0.0
assembly-versioning-scheme: None
assembly-informational-format: '{NuGetVersion}-{sha}'
branches:
master:
mode: ContinuousDelivery
Expand Down
1 change: 1 addition & 0 deletions build.cake
Expand Up @@ -204,6 +204,7 @@ Task("BuildReactiveUI")
// Due to https://github.com/NuGet/Home/issues/4790 and https://github.com/NuGet/Home/issues/4337 we
// have to pass a version explicitly
.WithProperty("Version", nugetVersion.ToString())
.WithProperty("InformationalVersion", informationalVersion)
.SetVerbosity(Verbosity.Minimal)
.SetNodeReuse(false));
};
Expand Down

0 comments on commit f4e9971

Please sign in to comment.