From 177b1291be62b9d861d085f5548c8d89a696b566 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 8 Nov 2023 13:43:20 -0800
Subject: [PATCH] Remove the apphost from the extensions (#5653)
---
src/archives/AzureBlobStorage/ProjectsToPublish.props | 4 ++--
src/archives/S3Storage/ProjectsToPublish.props | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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