52 lines
2.8 KiB
XML
52 lines
2.8 KiB
XML
<?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 http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
|
<LastUsedBuildConfiguration>IIS02</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<ExcludeApp_Data>True</ExcludeApp_Data>
|
|
<MSDeployServiceURL>https://IIS02:8172/MsDeploy.axd</MSDeployServiceURL>
|
|
<DeployIisAppPath>Default Web Site/MP/Landing</DeployIisAppPath>
|
|
<RemoteSitePhysicalPath />
|
|
<SkipExtraFilesOnServer>False</SkipExtraFilesOnServer>
|
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
|
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
|
<UserName>jenkins</UserName>
|
|
<_SavePWD>True</_SavePWD>
|
|
<PublishDatabaseSettings>
|
|
<Objects xmlns="">
|
|
<ObjectGroup Name="MoonProEntities" Order="3" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbCodeFirst">
|
|
<Source Path="DBContext" DbContext="MP.Models.MoonProEntities, MP" Origin="Configuration" />
|
|
</Object>
|
|
</ObjectGroup>
|
|
<ObjectGroup Name="MPModel" Order="4" Enabled="False">
|
|
<Destination Path="" />
|
|
<Object Type="DbDacFx">
|
|
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=MoonPro;Persist Security Info=True;User ID=sa;Password=keyhammer;Application Name=EntityFramework" includeData="False" />
|
|
<Source Path="$(IntermediateOutputPath)AutoScripts\MPModel_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
|
</Object>
|
|
<UpdateFrom Type="Web.Config">
|
|
<Source MatchValue="data source=SQL-STEAM\SQL2012;initial catalog=MoonPro;persist security info=True;user id=sa;password=keyhammer;MultipleActiveResultSets=True;App=EntityFramework" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
|
|
</UpdateFrom>
|
|
</ObjectGroup>
|
|
</Objects>
|
|
</PublishDatabaseSettings>
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
|
<EnableUpdateable>True</EnableUpdateable>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)MoonProEntities-Web.config Connection String" />
|
|
<MSDeployParameterValue Include="$(DeployParameterPrefix)MPModel-Web.config Connection String" />
|
|
</ItemGroup>
|
|
</Project> |