diff --git a/src/archives/AzureBlobStorage/ProjectsToPublish.props b/src/archives/AzureBlobStorage/ProjectsToPublish.props
index c835563d054..9b7f2d37d2e 100644
--- a/src/archives/AzureBlobStorage/ProjectsToPublish.props
+++ b/src/archives/AzureBlobStorage/ProjectsToPublish.props
@@ -9,12 +9,12 @@
- TargetFramework=$(AzureBlobStoragePublishTargetFramework);RuntimeIdentifier=$(PackageRid);PublishDir=$(AzureBlobStoragePlatformSpecificPublishPath);SelfContained=false
+ TargetFramework=$(AzureBlobStoragePublishTargetFramework);RuntimeIdentifier=$(PackageRid);PublishDir=$(AzureBlobStoragePlatformSpecificPublishPath);SelfContained=false;UseAppHost=false
- TargetFramework=$(LatestToolTargetFramework);RuntimeIdentifier=;PublishDir=$(AzureBlobStoragePublishRootPath)$(LatestToolTargetFramework)\any\;SelfContained=false
+ TargetFramework=$(LatestToolTargetFramework);RuntimeIdentifier=;PublishDir=$(AzureBlobStoragePublishRootPath)$(LatestToolTargetFramework)\any\;SelfContained=false;UseAppHost=false
diff --git a/src/archives/S3Storage/ProjectsToPublish.props b/src/archives/S3Storage/ProjectsToPublish.props
index 12539a70ef0..00d0f661ae0 100644
--- a/src/archives/S3Storage/ProjectsToPublish.props
+++ b/src/archives/S3Storage/ProjectsToPublish.props
@@ -9,12 +9,12 @@
- TargetFramework=$(S3StoragePublishTargetFramework);RuntimeIdentifier=$(PackageRid);PublishDir=$(S3StoragePlatformSpecificPublishPath);SelfContained=false
+ TargetFramework=$(S3StoragePublishTargetFramework);RuntimeIdentifier=$(PackageRid);PublishDir=$(S3StoragePlatformSpecificPublishPath);SelfContained=false;UseAppHost=false
- TargetFramework=$(LatestToolTargetFramework);RuntimeIdentifier=;PublishDir=$(S3StoragePublishRootPath)$(LatestToolTargetFramework)\any\;SelfContained=false
+ TargetFramework=$(LatestToolTargetFramework);RuntimeIdentifier=;PublishDir=$(S3StoragePublishRootPath)$(LatestToolTargetFramework)\any\;SelfContained=false;UseAppHost=false