From c7c625c842c201742067f8a88e38090acfe5da92 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Thu, 25 Jul 2019 21:08:46 +0100 Subject: [PATCH] Set gitversion to mainline --- GitVersion.yml | 1 + azure-pipelines.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 GitVersion.yml diff --git a/GitVersion.yml b/GitVersion.yml new file mode 100644 index 0000000..0093d88 --- /dev/null +++ b/GitVersion.yml @@ -0,0 +1 @@ +mode: Mainline diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30bc08d..7b83d8b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,8 @@ steps: - task: gittools.gitversion-preview.gitversion-task.GitVersion@5 displayName: GitVersion + inputs: + configFilePath: GitVersion.yml - task: Docker@1 displayName: Build image