added deployment info and fixed production publishing profile
This commit is contained in:
parent
41cae96922
commit
6c87142cac
@ -6,6 +6,14 @@ ___
|
|||||||
|
|
||||||
## Client
|
## Client
|
||||||
|
|
||||||
|
Deployment of the productive client:
|
||||||
|
- create a branch release/pub_<version> from test release branch
|
||||||
|
- remove all text references to 'test' (changing target url in the process)
|
||||||
|
- rename application in settings
|
||||||
|
- change BG_COLOR in settings to #203864
|
||||||
|
- user deployment publish xml
|
||||||
|
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
## Backend / Flask app
|
## Backend / Flask app
|
||||||
|
|||||||
@ -19,12 +19,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||||||
<MapFileExtensions>True</MapFileExtensions>
|
<MapFileExtensions>True</MapFileExtensions>
|
||||||
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
|
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
|
||||||
<Platform>Any CPU</Platform>
|
<Platform>Any CPU</Platform>
|
||||||
<PublishDir>bin\Release\net6.0-windows\app.publish\</PublishDir>
|
<PublishDir>bin\Release\net6.0-windows\win-x64\app.publish\</PublishDir>
|
||||||
<PublishUrl>bin\publish\</PublishUrl>
|
<PublishUrl>bin\publish\</PublishUrl>
|
||||||
<PublishProtocol>ClickOnce</PublishProtocol>
|
<PublishProtocol>ClickOnce</PublishProtocol>
|
||||||
<PublishReadyToRun>False</PublishReadyToRun>
|
<PublishReadyToRun>False</PublishReadyToRun>
|
||||||
<PublishSingleFile>False</PublishSingleFile>
|
<PublishSingleFile>True</PublishSingleFile>
|
||||||
<SelfContained>False</SelfContained>
|
<SelfContained>True</SelfContained>
|
||||||
<SignatureAlgorithm>(none)</SignatureAlgorithm>
|
<SignatureAlgorithm>(none)</SignatureAlgorithm>
|
||||||
<SignManifests>False</SignManifests>
|
<SignManifests>False</SignManifests>
|
||||||
<TargetFramework>net6.0-windows</TargetFramework>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
@ -38,11 +38,18 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||||||
<PublisherName>Informatikbüro Daniel Schick</PublisherName>
|
<PublisherName>Informatikbüro Daniel Schick</PublisherName>
|
||||||
<SuiteName>Bremen calling client</SuiteName>
|
<SuiteName>Bremen calling client</SuiteName>
|
||||||
<SupportUrl>https://www.bsmd-emswe.eu/</SupportUrl>
|
<SupportUrl>https://www.bsmd-emswe.eu/</SupportUrl>
|
||||||
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||||
|
<SkipPublishVerification>false</SkipPublishVerification>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
|
<PublishFile Include="containership.ico">
|
||||||
<Install>true</Install>
|
<Group>
|
||||||
<ProductName>.NET Desktop Runtime 6.0.16 (x64)</ProductName>
|
</Group>
|
||||||
</BootstrapperPackage>
|
<TargetPath>
|
||||||
|
</TargetPath>
|
||||||
|
<PublishState>Include</PublishState>
|
||||||
|
<IncludeHash>true</IncludeHash>
|
||||||
|
<FileType>File</FileType>
|
||||||
|
</PublishFile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Reference in New Issue
Block a user