From 0c77d71602d113a69eb4e0a61311253d046c8072 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Fri, 7 Apr 2023 23:24:49 -0700 Subject: [PATCH] updated pipeline automation --- .github/workflows/main_automation.yml | 2 +- GitVersion.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index 6ea255d4..f7a9577b 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -35,7 +35,7 @@ jobs: with: useConfigFile: true configFilePath: /a/QuanTAlib/QuanTAlib/GitVersion.yml - additionalArguments: '/updateassemblyinfo /ensureassemblyinfo' + updateAssemblyInfo: true - name: Display GitVersion variables (without prefix) run: | diff --git a/GitVersion.yml b/GitVersion.yml index 405fca4d..42d649b0 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -11,7 +11,6 @@ branches: is-release-branch: true is-mainline: true label: '' - #continuous-delivery-fallback-tag: '' develop: regex: ^dev$ increment: Patch