From 95f57eddc2baa6da3a8bdfffeb3f0f34f464e013 Mon Sep 17 00:00:00 2001 From: Esteban Puentes Date: Thu, 18 Apr 2019 10:53:38 +0200 Subject: [PATCH] Configure build number from tag --- BuildCommon.targets | 78 ++++++++++++++++++++++++++++++++++++++++++ updates/updates.csproj | 1 + 2 files changed, 79 insertions(+) create mode 100644 BuildCommon.targets diff --git a/BuildCommon.targets b/BuildCommon.targets new file mode 100644 index 0000000..3003e28 --- /dev/null +++ b/BuildCommon.targets @@ -0,0 +1,78 @@ + + + + + + CommonBuildDefineModifiedAssemblyVersion; + $(CompileDependsOn); + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/updates/updates.csproj b/updates/updates.csproj index e1cc1fb..1c7410a 100644 --- a/updates/updates.csproj +++ b/updates/updates.csproj @@ -74,4 +74,5 @@ + \ No newline at end of file