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..20daf6a7e09710 100644
--- a/eng/Publishing.props
+++ b/eng/Publishing.props
@@ -4,57 +4,35 @@
true
false
-
- true
+
+ $(TargetArchitecture)
-
-
+
+
-
+
-
-
+
-
-
-
-
-
-
-
-
-
-
+ Condition="'$(EnableDefaultArtifacts)' == 'true'">
+
+
+
+
-
@@ -62,15 +40,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..9042c9d6f46c41 100644
--- a/src/installer/prepare-artifacts.proj
+++ b/src/installer/prepare-artifacts.proj
@@ -15,12 +15,7 @@
-
- true
-
+ Before importing the Signing props. -->
@@ -78,8 +73,7 @@
Projects="$(ArcadeSdkSignProject)"
Targets="Sign"
Properties="
- DownloadDirectory=$(DownloadDirectory);
- PrepareArtifacts=$(PrepareArtifacts)" />
+ DownloadDirectory=$(DownloadDirectory)" />