diff --git a/.azure/pipelines/site-extensions.yml b/.azure/pipelines/site-extensions.yml
index 0b8333837b..2eef76be83 100644
--- a/.azure/pipelines/site-extensions.yml
+++ b/.azure/pipelines/site-extensions.yml
@@ -30,7 +30,7 @@ phases:
displayName: Upload artifacts
condition: eq(variables['system.pullrequest.isfork'], false)
inputs:
- pathtoPublish: ./src/SiteExtensions/LoggingAggregate/artifacts/
+ pathtoPublish: ./artifacts/
artifactName: artifacts-Windows-Release
artifactType: Container
- task: MicroBuildCleanup@1
diff --git a/build/CodeSign.targets b/build/CodeSign.targets
index 71e5d8a1bf..0211055823 100644
--- a/build/CodeSign.targets
+++ b/build/CodeSign.targets
@@ -30,6 +30,8 @@
+
+
diff --git a/src/SiteExtensions/LoggingAggregate/Directory.Build.props b/src/SiteExtensions/LoggingAggregate/Directory.Build.props
index c2a280b422..a52045a316 100644
--- a/src/SiteExtensions/LoggingAggregate/Directory.Build.props
+++ b/src/SiteExtensions/LoggingAggregate/Directory.Build.props
@@ -3,10 +3,11 @@
-
+
- $(MSBuildThisFileDirectory)artifacts\
+
+ $(MSBuildThisFileDirectory)..\..\..\artifacts\packages\$(Configuration)\shipping
diff --git a/src/SiteExtensions/LoggingAggregate/eng/signcheck.exclusions.txt b/src/SiteExtensions/LoggingAggregate/eng/signcheck.exclusions.txt
deleted file mode 100644
index 77d94eceda..0000000000
--- a/src/SiteExtensions/LoggingAggregate/eng/signcheck.exclusions.txt
+++ /dev/null
@@ -1 +0,0 @@
-content/store/*/apphost.exe;Microsoft.AspNetCore.AzureAppServices.SiteExtension.*.nupkg; Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it.
diff --git a/src/SiteExtensions/LoggingAggregate/version.props b/src/SiteExtensions/LoggingAggregate/version.props
deleted file mode 100644
index b879d2b9dc..0000000000
--- a/src/SiteExtensions/LoggingAggregate/version.props
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- 3.0.0
- alpha
- $(VersionPrefix)
- t000
- a-
- $(VersionSuffix)-$(BuildNumber)
-
-