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