From 2b591d8fd8125d556d84d1ed982ff0dcf519754a Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Mon, 28 Aug 2023 08:22:45 -0600 Subject: [PATCH 1/3] incrementing --- .github/workflows/publish.yml | 2 +- GitVersion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 30658fac9..ba93dae4e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: uses: gittools/actions/gitversion/execute@v0 with: useConfigFile: true - additionalArguments: /verbosity Diagnostic + #additionalArguments: /verbosity Diagnostic id: gitversion # step id used as reference for output values - name: Setup dotnet diff --git a/GitVersion.yml b/GitVersion.yml index cb4800eaf..6e98ef71c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -6,7 +6,7 @@ branches: develop: mode: ContinuousDeployment tag: pre - regex: ^develop?[/-] + regex: ^develop main: tag: rc increment: Patch From d9d65ccc6ec8b6eb4a2e1c33589a837f19201cb2 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Mon, 28 Aug 2023 08:27:30 -0600 Subject: [PATCH 2/3] incrementing 2 --- .github/workflows/dotnet-core.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 9e1622caa..4774e5338 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -16,20 +16,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 #fetch-depth is needed for GitVersion - - # - name: Install and calculate the new version with GitVersion - # uses: gittools/actions/gitversion/setup@v0 - # with: - # versionSpec: '6.x' - # includePrerelease: true - - # - name: Determine Version - # uses: gittools/actions/gitversion/execute@v0 - # with: - # useConfigFile: true - # id: gitversion # step id used as reference for output values - name: Setup .NET Core uses: actions/setup-dotnet@v3 @@ -43,7 +29,6 @@ jobs: - name: Build Debug run: | - #dotnet-gitversion /updateprojectfiles dotnet build --configuration Debug --no-restore - name: Test From 1621d3308f3230a27953df597f1f6b9c6d272a1b Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Mon, 28 Aug 2023 08:29:19 -0600 Subject: [PATCH 3/3] Removed next-version --- GitVersion.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 6e98ef71c..05bddc277 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,3 @@ -#next-version: 1.14 mode: ContinuousDeployment tag-prefix: '[vV]' continuous-delivery-fallback-tag: 'pre'