2218000d33
- ADM - IO - MAG - SITE - TAB
47 lines
2.6 KiB
XML
47 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Questo file viene usato dal processo di pubblicazione/creazione pacchetto del progetto Web. È possibile personalizzare il comportamento del processo
|
|
modificando il file MSBuild. Per altre informazioni su questo argomento, vedere 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>iis03</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish>iis03.egalware.com/MP/MAG/</SiteUrlToLaunchAfterPublish>
|
|
<ExcludeApp_Data>true</ExcludeApp_Data>
|
|
<MSDeployServiceURL>https://iis03.egalware.com:8172/MsDeploy.axd</MSDeployServiceURL>
|
|
<DeployIisAppPath>Default Web Site/MP/MAG</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>false</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>true</EnableMSDeployBackup>
|
|
<UserName>jenkins</UserName>
|
|
<_SavePWD>true</_SavePWD>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="MagData.Properties.Settings.MoonPro_MAGConnectionString" Order="1" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="Data Source=SQL2016DEV;Initial Catalog=MoonPro_MAG;Persist Security Info=True;User ID=sa;Password=keyhammer16" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\MagData.Properties.Settings.MoonPro_MAGConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="Data Source=SQL2016DEV;Initial Catalog=MoonPro_MAG;Persist Security Info=True;User ID=sa;Password=keyhammer16;" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
<PrecompileBeforePublish>true</PrecompileBeforePublish>
|
|
<EnableUpdateable>true</EnableUpdateable>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
|
<EnableMsDeployAppOffline>false</EnableMsDeployAppOffline>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="MagData.Properties.Settings.MoonPro_MAGConnectionString-Web.config Connection String">
|
|
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
|
</MSDeployParameterValue>
|
|
</ItemGroup>
|
|
</Project> |