From 718735287df42d7b6553f54c1a12540ce042010d Mon Sep 17 00:00:00 2001 From: Omar Tawfik Date: Fri, 23 Sep 2016 12:34:34 -0700 Subject: [PATCH] Attach build number to setup packages --- setup/FSharp.Setup.props | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setup/FSharp.Setup.props b/setup/FSharp.Setup.props index 0ead30f9770..17ec131f3a6 100644 --- a/setup/FSharp.Setup.props +++ b/setup/FSharp.Setup.props @@ -4,12 +4,20 @@ 2.0 3.10 - 4.1 3.10.0.1503 $(SetupRootFolder)\..\packages\WiX.Toolset.2015.$(WiXToolset2015Version)\tools\wix $(SetupRootFolder)\..\packages - + + + 4.1 + + $([System.DateTime]::Now.ToString(yyyyMMdd.0)) + + $(FSharpProductVersion).$(BUILD_BUILDNUMBER.Replace(".DRAFT", "")) + + + net40 Debug