diff --git a/VERSION b/VERSION index 337a6a8f..e5a4a5e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.8 \ No newline at end of file +1.0.9 \ No newline at end of file diff --git a/tests/devops/pipelines/pipeline.common.integrationtest.yaml b/tests/devops/pipelines/pipeline.common.integrationtest.yaml index 64c2a370..b11abf93 100644 --- a/tests/devops/pipelines/pipeline.common.integrationtest.yaml +++ b/tests/devops/pipelines/pipeline.common.integrationtest.yaml @@ -21,34 +21,6 @@ parameters: value: test - template: /tests/devops/vars/custom.yaml@self -pr: - branches: - include: - - main - paths: - include: - - templates/pipelines/common-infrastructure-deploy.yaml - - templates/steps/initialize.yaml - - templates/steps/powershell.yaml - - templates/steps/validate-deploy-arm-template.yaml - - templates/powershell/common-module - - templates/steps/common-module.yaml - drafts: false - -trigger: - batch: true - branches: - include: - - "*" - paths: - include: - - templates/pipelines/common-infrastructure-deploy.yaml - - templates/steps/initialize.yaml - - templates/steps/powershell.yaml - - templates/steps/validate-deploy-arm-template.yaml - - templates/steps/validate-deploy-arm-template.yaml - - templates/powershell/common-module - - tests/* lockBehavior: sequential