-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
84 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 38 additions & 35 deletions
73
FMS/Properties/PublishProfiles/Publish-Development.pubxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process | ||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<WebPublishMethod>MSDeploy</WebPublishMethod> | ||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>Any CPU</LastUsedPlatform> | ||
<SiteUrlToLaunchAfterPublish>https://dev-fms.gaepd.org</SiteUrlToLaunchAfterPublish> | ||
<ExcludeApp_Data>False</ExcludeApp_Data> | ||
<ProjectGuid>67eebcce-acdd-435b-926b-1a2620d248c5</ProjectGuid> | ||
<MSDeployServiceURL>dev-fms.gaepd.org</MSDeployServiceURL> | ||
<DeployIisAppPath>fms.gaepd.org</DeployIisAppPath> | ||
<RemoteSitePhysicalPath /> | ||
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer> | ||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> | ||
<EnableMSDeployBackup>True</EnableMSDeployBackup> | ||
<UserName /> | ||
<_SavePWD>False</_SavePWD> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<MsDeploySkipRules Include="SkipAppSettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>appsettings.*.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipLibrarySettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>libman.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipWebConfig"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>web.config</AbsolutePath> | ||
</MsDeploySkipRules> | ||
</ItemGroup> | ||
</Project> | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<WebPublishMethod>MSDeploy</WebPublishMethod> | ||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>Any CPU</LastUsedPlatform> | ||
<SiteUrlToLaunchAfterPublish>https://dev-fms.gaepd.org</SiteUrlToLaunchAfterPublish> | ||
<ExcludeApp_Data>false</ExcludeApp_Data> | ||
<ProjectGuid>67eebcce-acdd-435b-926b-1a2620d248c5</ProjectGuid> | ||
<MSDeployServiceURL>dev-fms.gaepd.org</MSDeployServiceURL> | ||
<DeployIisAppPath>fms</DeployIisAppPath> | ||
<RemoteSitePhysicalPath /> | ||
<SkipExtraFilesOnServer>false</SkipExtraFilesOnServer> | ||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> | ||
<EnableMSDeployBackup>true</EnableMSDeployBackup> | ||
<UserName>SOG\akarasch</UserName> | ||
<_SavePWD>true</_SavePWD> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<SelfContained>false</SelfContained> | ||
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<MsDeploySkipRules Include="SkipAppSettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>appsettings.*.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipLibrarySettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>libman.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipWebConfig"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>web.config</AbsolutePath> | ||
</MsDeploySkipRules> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process | ||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<WebPublishMethod>MSDeploy</WebPublishMethod> | ||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>Any CPU</LastUsedPlatform> | ||
<SiteUrlToLaunchAfterPublish>https://uat-fms.gaepd.org</SiteUrlToLaunchAfterPublish> | ||
<ExcludeApp_Data>False</ExcludeApp_Data> | ||
<ProjectGuid>67eebcce-acdd-435b-926b-1a2620d248c5</ProjectGuid> | ||
<MSDeployServiceURL>uat-fms.gaepd.org</MSDeployServiceURL> | ||
<DeployIisAppPath>fms.gaepd.org</DeployIisAppPath> | ||
<RemoteSitePhysicalPath /> | ||
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer> | ||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> | ||
<EnableMSDeployBackup>True</EnableMSDeployBackup> | ||
<UserName /> | ||
<_SavePWD>False</_SavePWD> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<MsDeploySkipRules Include="SkipAppSettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>appsettings.*.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipLibrarySettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>libman.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipWebConfig"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>web.config</AbsolutePath> | ||
</MsDeploySkipRules> | ||
</ItemGroup> | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<WebPublishMethod>MSDeploy</WebPublishMethod> | ||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>Any CPU</LastUsedPlatform> | ||
<SiteUrlToLaunchAfterPublish>https://uat-fms.gaepd.org</SiteUrlToLaunchAfterPublish> | ||
<ExcludeApp_Data>false</ExcludeApp_Data> | ||
<ProjectGuid>67eebcce-acdd-435b-926b-1a2620d248c5</ProjectGuid> | ||
<MSDeployServiceURL>uat-fms.gaepd.org</MSDeployServiceURL> | ||
<DeployIisAppPath>fms</DeployIisAppPath> | ||
<RemoteSitePhysicalPath /> | ||
<SkipExtraFilesOnServer>false</SkipExtraFilesOnServer> | ||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> | ||
<EnableMSDeployBackup>true</EnableMSDeployBackup> | ||
<UserName>SOG\akarasch</UserName> | ||
<_SavePWD>true</_SavePWD> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<SelfContained>false</SelfContained> | ||
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<MsDeploySkipRules Include="SkipAppSettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>appsettings.*.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipLibrarySettings"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>libman.json</AbsolutePath> | ||
</MsDeploySkipRules> | ||
<MsDeploySkipRules Include="SkipWebConfig"> | ||
<ObjectName>filePath</ObjectName> | ||
<AbsolutePath>web.config</AbsolutePath> | ||
</MsDeploySkipRules> | ||
</ItemGroup> | ||
</Project> |