Skip to content

[Checklist] Build a release version

Alexander Schulz edited this page Apr 14, 2018 · 1 revision

1.) Build dotnet-packages as Release

2.) Copy artifacts to xenadmin/packages

3.) Change version in xenadmin/branding-xcp-ng/brand-to-xcp-ng.sh

#######################################################################
#
#	Version
#
#######################################################################

BRANDING_PRODUCT_VERSION_TEXT=7.4.1
BRANDING_PRODUCT_MAJOR_VERSION=7
BRANDING_PRODUCT_MINOR_VERSION=4
BRANDING_PRODUCT_MICRO_VERSION=1

4.) Brand source to "XCP-ng Center" by executing

BUILD_NUMBER=<some-number> <path-to-repo>/branding-xcp-ng/brand-to-xcp-ng.sh

5a.) Build Release with Visual Studio

5b.) Build Release with buildscript

<path-to-repo>/branding-xcp-ng/build.sh