From 3533944767ccfaf9bbb7b94275f3230188e205d3 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 20 Mar 2024 11:04:45 +0100 Subject: [PATCH] Update Publishing.props --- eng/AfterSigning.targets | 23 --------- eng/Publishing.props | 77 +++++++++++----------------- eng/Signing.props | 42 ++++++++++----- src/installer/prepare-artifacts.proj | 31 ++--------- 4 files changed, 63 insertions(+), 110 deletions(-) delete mode 100644 eng/AfterSigning.targets diff --git a/eng/AfterSigning.targets b/eng/AfterSigning.targets deleted file mode 100644 index d589d15f5c35ee..00000000000000 --- a/eng/AfterSigning.targets +++ /dev/null @@ -1,23 +0,0 @@ - - - - <_SuppressSdkImports>false - - - - - - - - - - - diff --git a/eng/Publishing.props b/eng/Publishing.props index d33e44c1704417..cd7f11cf7142b7 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -4,57 +4,34 @@ true false - - true + + $(TargetArchitecture) - - + + - + - - - - - - - - - - - - - - + + + + + + @@ -62,15 +39,23 @@ - + + + + + + + - + diff --git a/eng/Signing.props b/eng/Signing.props index f76a7aa22c2481..0c5183db05bbdf 100644 --- a/eng/Signing.props +++ b/eng/Signing.props @@ -6,16 +6,13 @@ During post build signing, there are no packages to sign during SignFinalPackages. --> - true + true + + false - - - @@ -37,12 +34,6 @@ - - - - - @@ -55,7 +46,13 @@ - + + + + + + @@ -65,4 +62,21 @@ + + + + + + %(FullPath).sha512 + + + diff --git a/src/installer/prepare-artifacts.proj b/src/installer/prepare-artifacts.proj index f00a65b86896b3..3a969927b3cc3e 100644 --- a/src/installer/prepare-artifacts.proj +++ b/src/installer/prepare-artifacts.proj @@ -15,12 +15,7 @@ - - true - + Before importing the Signing props. --> @@ -78,39 +73,21 @@ Projects="$(ArcadeSdkSignProject)" Targets="Sign" Properties=" - DownloadDirectory=$(DownloadDirectory); - PrepareArtifacts=$(PrepareArtifacts)" /> + DownloadDirectory=$(DownloadDirectory)" /> - + DependsOnTargets="FindDownloadedArtifacts;SignArtifacts;CreateChecksums"> Manifest.xml $(ArtifactsLogDir)AssetManifest/$(AssetManifestFilename) - - $(ProductionVersion) - $(ProductVersion) - - - - - -