Browse Source

Update publish profile.

release/3.x.x
Christian Kratky 5 years ago
parent
commit
2d3fdd4faf
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      Source/MQTTnet.Server/Properties/PublishProfiles/FolderProfile.pubxml
  2. +2
    -2
      Source/MQTTnet.Server/Properties/PublishProfiles/Linux_x64.pubxml

+ 2
- 2
Source/MQTTnet.Server/Properties/PublishProfiles/FolderProfile.pubxml View File

@@ -10,10 +10,10 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform> <LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish /> <SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<LaunchSiteAfterPublish>False</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data> <ExcludeApp_Data>False</ExcludeApp_Data>
<ProjectGuid>5699fb8c-838c-4ab0-80a5-9ca809f9b65b</ProjectGuid> <ProjectGuid>5699fb8c-838c-4ab0-80a5-9ca809f9b65b</ProjectGuid>
<publishUrl>bin\publish\</publishUrl> <publishUrl>bin\publish\</publishUrl>
<DeleteExistingFiles>False</DeleteExistingFiles>
<DeleteExistingFiles>True</DeleteExistingFiles>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

+ 2
- 2
Source/MQTTnet.Server/Properties/PublishProfiles/Linux_x64.pubxml View File

@@ -10,11 +10,11 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>x64</LastUsedPlatform> <LastUsedPlatform>x64</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish /> <SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<LaunchSiteAfterPublish>False</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data> <ExcludeApp_Data>False</ExcludeApp_Data>
<ProjectGuid>5699fb8c-838c-4ab0-80a5-9ca809f9b65b</ProjectGuid> <ProjectGuid>5699fb8c-838c-4ab0-80a5-9ca809f9b65b</ProjectGuid>
<publishUrl>bin\linux_x64</publishUrl> <publishUrl>bin\linux_x64</publishUrl>
<DeleteExistingFiles>False</DeleteExistingFiles>
<DeleteExistingFiles>True</DeleteExistingFiles>
<TargetFramework>netcoreapp2.2</TargetFramework> <TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier> <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained> <SelfContained>true</SelfContained>


Loading…
Cancel
Save