Publish web app without apphost

This commit is contained in:
2026-05-19 15:18:48 +02:00
parent 8d10372614
commit f128d3528a
@@ -2,15 +2,20 @@
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
<Project>
<PropertyGroup>
<DeleteExistingFiles>false</DeleteExistingFiles>
<DeleteExistingFiles>true</DeleteExistingFiles>
<ExcludeApp_Data>false</ExcludeApp_Data>
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<UseAppHost>false</UseAppHost>
<PublishDir>\\trch-webapp-bidashboard.trafagch.local\BiDashboard$</PublishDir>
<PublishUrl>\\trch-webapp-bidashboard.trafagch.local\BiDashboard$</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net8.0</TargetFramework>
<ProjectGuid>49b56d6d-731c-6482-4a5c-82eaeebce593</ProjectGuid>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>