diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-04-28 05:52:14 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-04-28 05:52:14 +0300 |
| commit | 40b28f82bd178b9151937ba6920d427ff0df53d8 (patch) | |
| tree | 9ce64840e11fea7dcf56cf9e5dada33aade0351c /Software/Visual_Studio/Web/Tango.MachineService | |
| parent | f33925e973cfaa9be4d46abd81f63afe787c6607 (diff) | |
| download | Tango-40b28f82bd178b9151937ba6920d427ff0df53d8.tar.gz Tango-40b28f82bd178b9151937ba6920d427ff0df53d8.zip | |
Extra Inks Gradients
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Testing.pubxml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Testing.pubxml b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Testing.pubxml index 12e2de377..a34bac35d 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Testing.pubxml +++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Testing.pubxml @@ -24,5 +24,21 @@ by editing this MSBuild file. In order to learn more about this please visit htt <UserName>$machineservice__MachineService-TEST</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 |
