diff --git a/CMakeLists.txt b/CMakeLists.txt index a1ed7956..bb7ed863 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.12) # - Alpha : 1.0.0-alpha.1 # - Beta : 1.0.0-beta.1 # - Release candidate : 1.0.0-rc.1 -set(ACCELIZEDRM_VERSION 2.5.2-alpha.1) +set(ACCELIZEDRM_VERSION 2.5.2-beta.1) ## Define package release number (Number of time this version was packaged) if (NOT CPACK_PACKAGE_RELEASE) diff --git a/deployment/azure-pipelines.yml b/deployment/azure-pipelines.yml index de2dd60b..8697a08c 100644 --- a/deployment/azure-pipelines.yml +++ b/deployment/azure-pipelines.yml @@ -63,11 +63,11 @@ stages: tox_mode: 'debug' tox_coverage: true tox_extra_option: '$(tox_mark)' - - os_distrib: 'ubuntu_18_04' - tox_mode: 'debug' - tox_coverage: false - tox_extra_option: '$(tox_mark)' - dependsOn: 'centos_7' + #- os_distrib: 'ubuntu_18_04' + # tox_mode: 'debug' + # tox_coverage: false + # tox_extra_option: '$(tox_mark)' + # dependsOn: 'centos_7' - stage: package_release displayName: Create and release packages