Skip to content

Commit 72a72ca

Browse files
committed
Update publish profiles
1 parent 67d6b37 commit 72a72ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FactorioWebInterface/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ by editing this MSBuild file. In order to learn more about this please visit htt
1010
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
1111
<LastUsedPlatform>Any CPU</LastUsedPlatform>
1212
<SiteUrlToLaunchAfterPublish />
13-
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
14-
<ExcludeApp_Data>False</ExcludeApp_Data>
13+
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
14+
<ExcludeApp_Data>false</ExcludeApp_Data>
1515
<TargetFramework>net8.0</TargetFramework>
1616
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1717
<ProjectGuid>b1de5210-a225-4001-9afc-d6f613b17050</ProjectGuid>
1818
<SelfContained>false</SelfContained>
1919
<_IsPortable>true</_IsPortable>
2020
<publishUrl>bin\Release\net8.0\publish</publishUrl>
21-
<DeleteExistingFiles>True</DeleteExistingFiles>
21+
<DeleteExistingFiles>true</DeleteExistingFiles>
2222
</PropertyGroup>
2323
</Project>

FactorioWrapper/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
1010
<TargetFramework>net8.0</TargetFramework>
11-
<PublishDir>bin\Release\net8.0\publish\</PublishDir>
11+
<PublishDir>bin\Release\net8.0\publish\linux-x64\</PublishDir>
1212
<SelfContained>false</SelfContained>
1313
<_IsPortable>true</_IsPortable>
1414
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>

0 commit comments

Comments
 (0)