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 @@ - - + +