From 64759029aeb798e0aa33d67339b984be29d81911 Mon Sep 17 00:00:00 2001 From: Vladimir Rodchenko Date: Sun, 28 Mar 2021 14:12:58 +0300 Subject: [PATCH] fix build and version --- GitVersion.yml | 1 + azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 GitVersion.yml diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..2210324 --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1 @@ +mode: ContinuousDeployment diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 70b26af..1411f8f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,3 +24,4 @@ extends: buildConfiguration: 'Release' internalFeed: '19324bbd-9baf-4407-b86d-3e7f0d145399/1574777e-9941-4b90-baa9-d9938266ac24' sonarCloudOrganizationName: 'godeltech' + defaultBranch: 'main'