From 04bf27e2c56009d475b0a04be5fb6a1e7f55b08d Mon Sep 17 00:00:00 2001 From: Ted John Date: Tue, 23 Aug 2016 18:22:06 +0100 Subject: [PATCH] Refactor msbuild property inputs --- openrct2.proj | 52 +++++++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index ee2536cfe0..ce31f166a1 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -1,5 +1,13 @@ + @@ -25,8 +33,8 @@ http://timestamp.comodoca.com/authenticode $(ArtifactsDir)openrct2.zip - $(ArtifactsDir)openrct2-symbols.zip - $(ArtifactsDir)openrct2-symbols-$(GitSha1Short).zip + $(ArtifactsDir)openrct2-symbols.zip + $(ArtifactsDir)openrct2-symbols-$(GIT_COMMIT_SHA1_SHORT).zip $(ArtifactsDir)openrct2-install.exe OpenRCT2-$(Version)$(VersionExtension)-windows @@ -90,13 +98,13 @@ + This requires the project parameter SIGN_PASSWORD to be set --> - - + - @@ -136,9 +144,9 @@ Inputs="@(PublishItems);$(NsisScript)" Outputs="$(PublishInstallerExe)"> - -$(GitBranch)-$(GitCommitSha1Short) - $(GitTag) - -$(GitTag) + -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) + $(GIT_TAG) + -$(GIT_TAG) $([System.IO.Path]::GetFilename($(PublishInstallerExe))) @@ -148,11 +156,11 @@ StandardOutputImportance="normal" /> - - + - @@ -167,16 +175,16 @@ - - + +