aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-13 22:15:22 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-13 22:15:22 +0200
commit039c12022e8beadd8961d62c78d6b1974d85526f (patch)
treee42f79aeb1f8762856aaba8a6902759d693cf1f2 /Software/Visual_Studio/Web
parent7254cb025828e5572e85cdea7734143a738bdd37 (diff)
downloadTango-039c12022e8beadd8961d62c78d6b1974d85526f.tar.gz
Tango-039c12022e8beadd8961d62c78d6b1974d85526f.zip
Added production publish password config
Diffstat (limited to 'Software/Visual_Studio/Web')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Production.pubxml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Production.pubxml b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Production.pubxml
index a611d5ffd..961d199fb 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Production.pubxml
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Production.pubxml
@@ -24,5 +24,21 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<UserName>$MachineService</UserName>
<_SavePWD>True</_SavePWD>
<_DestinationType>AzureWebSite</_DestinationType>
+ <PublishDatabaseSettings>
+ <Objects xmlns="">
+ <ObjectGroup Name="Tango.BL.ObservablesContext" Order="1" Enabled="False">
+ <Destination Path="" />
+ <Object Type="DbCodeFirst">
+ <Source Path="DBContext" DbContext="Tango.BL.ObservablesContext, Tango.BL" Origin="Convention" />
+ </Object>
+ </ObjectGroup>
+ </Objects>
+ </PublishDatabaseSettings>
</PropertyGroup>
+ <ItemGroup>
+ <MSDeployParameterValue Include="$(DeployParameterPrefix)Tango.BL.ObservablesContext-Web.config Connection String" />
+ </ItemGroup>
+ <ItemGroup>
+ <_ConnectionStringsToInsert Include="Tango.BL.ObservablesContext" />
+ </ItemGroup>
</Project> \ No newline at end of file