From db030ffa311168c0264d92c266a6ecda965331ff Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 6 Jul 2015 11:59:03 +0200 Subject: [PATCH] Adds the ability to pass in a nightly version to the version comment --- build/Build.proj | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/build/Build.proj b/build/Build.proj index bdaa5b9c0c..95c2543dd0 100644 --- a/build/Build.proj +++ b/build/Build.proj @@ -68,6 +68,12 @@ .$(BUILD_RELEASE)-$(BUILD_COMMENT) + + .$(BUILD_RELEASE)+$(BUILD_NIGHTLY) + + + .$(BUILD_RELEASE)-$(BUILD_COMMENT)+$(BUILD_NIGHTLY) + Release @@ -271,9 +277,11 @@ $(BUILD_RELEASE) $(BUILD_RELEASE)-$(BUILD_COMMENT) + $(BUILD_RELEASE)+$(BUILD_NIGHTLY) + $(BUILD_RELEASE)-$(BUILD_COMMENT)+$(BUILD_NIGHTLY) - + + + + + + + +