Skip to content

Commit

Permalink
updated publishing profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Felix committed Sep 5, 2018
1 parent 84e99bd commit fea8023
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<Source MatchValue="Data Source=DESKTOP-NKIG02J;Initial Catalog=aspnet-ProStudCreator-20140818043155;Integrated Security=True" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
<ObjectGroup Name="ProStudCreator.Properties.Settings.aspnet_ProStudCreator_20140818043155ConnectionString" Order="4" Enabled="False">
<Destination Path="Data Source=localhost;Initial Catalog=ProStudCreator;Integrated Security=True" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=DESKTOP-NKIG02J;Initial Catalog=aspnet-ProStudCreator-20140818043155;Integrated Security=True" includeData="False" />
<Source Path="$(IntermediateOutputPath)AutoScripts\ProStudCreator.Properties.Settings.aspnet_ProStudCreator_20140818043155ConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
</Object>
<UpdateFrom Type="Web.Config">
<Source MatchValue="Data Source=DESKTOP-NKIG02J;Initial Catalog=aspnet-ProStudCreator-20140818043155;Integrated Security=True" MatchAttributes="$(UpdateFromConnectionStringAttributes)" />
</UpdateFrom>
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
</PropertyGroup>
Expand All @@ -52,5 +62,8 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<MSDeployParameterValue Include="$(DeployParameterPrefix)DefaultConnection-Web.config Connection String">
<ParameterValue>Data Source=localhost;Initial Catalog=ProStudCreator;Integrated Security=True</ParameterValue>
</MSDeployParameterValue>
<MSDeployParameterValue Include="ProStudCreator.Properties.Settings.aspnet_ProStudCreator_20140818043155ConnectionString-Web.config Connection String">
<ParameterValue>Data Source=localhost;Initial Catalog=ProStudCreator;Integrated Security=True</ParameterValue>
</MSDeployParameterValue>
</ItemGroup>
</Project>

0 comments on commit fea8023

Please sign in to comment.