From ff9937e247591054313b3890abdf4a2f969f364c Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Wed, 13 Sep 2017 17:53:34 -0700 Subject: [PATCH] Dropping build number from package names --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f06e88ba3b..7853b71ef2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ $(MSBuildThisFileDirectory)build\Key.snk true true - $(VersionSuffix)-$(BuildNumber) + true