From fc70cedc3e715eecfc3e20195d9e95068da7ca23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Wed, 21 Nov 2018 00:11:40 +0000 Subject: [PATCH] Build updates. --- Build/local_build_id.txt | 0 Directory.Build.props | 11 ++++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 Build/local_build_id.txt diff --git a/Build/local_build_id.txt b/Build/local_build_id.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/Directory.Build.props b/Directory.Build.props index c26d0f240..8d86b4d95 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,6 +12,15 @@ $(RepoRoot)..\XSharp\ + + + + + 0.1.0 -build$(APPVEYOR_BUILD_NUMBER)+$(APPVEYOR_REPO_COMMIT.Substring(0, 7)) @@ -22,7 +31,7 @@ resolved version will be the stable one, i.e. without the -localbuildyyyyMMddhhmmss suffix. --> - -localbuild$([System.IO.File]::ReadAllText('$(RepoRoot)build\local_build_id.txt')) + -localbuild$(PackageVersionLocalBuildSuffix)