diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-08-12 20:54:39 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-08-12 20:54:39 +0300 |
| commit | 9971689997750bec6ef6fa572d09d30dd02a72ec (patch) | |
| tree | 7d5c7ad0cfe205ce0555b0bfc67ec32e6e2cea31 /Software/Visual_Studio/Web | |
| parent | 342319970ad8888f8a942ea88640902d379dec47 (diff) | |
| download | Tango-9971689997750bec6ef6fa572d09d30dd02a72ec.tar.gz Tango-9971689997750bec6ef6fa572d09d30dd02a72ec.zip | |
Added fields to IDSPackLevels.
Diffstat (limited to 'Software/Visual_Studio/Web')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml index 3632deaac..608f3f42f 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml +++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/PublishProfiles/Alpha.pubxml @@ -24,5 +24,21 @@ by editing this MSBuild file. In order to learn more about this please visit htt <UserName>$machineservice-alpha-beta__MachineService-ALPHA</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 |
