Skip to content

Commit

Permalink
(maint) Update GitVersion and GRM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed May 4, 2024
1 parent 370d204 commit 38ecefd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
# version used for GitReleaseManager needs .NET Core 3.0
dotnet-version: |
2.1.x
3.0.x
3.1.x
5.0.x
6.0.x
- name: Build Addin
uses: cake-build/cake-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
# version used for GitReleaseManager needs .NET Core 3.0
dotnet-version: |
2.1.x
3.0.x
5.0.x
6.0.x
- name: Set up git version
if: ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
uses: gittools/actions/gitversion/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
# version used for GitReleaseManager needs .NET Core 3.0
dotnet-version: |
2.1.x
3.0.x
5.0.x
6.0.x
- name: Set up git version
if: ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
uses: gittools/actions/gitversion/[email protected]
Expand Down
5 changes: 4 additions & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ BuildParameters.PrintParameters(Context);
ToolSettings.SetToolSettings(
context: Context,
testCoverageFilter: "+[Cake.Codecov]*");
ToolSettings.SetToolPreprocessorDirectives(codecovTool: "#tool nuget:?package=CodecovUploader&version=0.7.3");
ToolSettings.SetToolPreprocessorDirectives(
codecovTool: "#tool nuget:?package=CodecovUploader&version=0.7.3",
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.12.0",
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.17.0");

// Tasks we want to override
((CakeTask)BuildParameters.Tasks.UploadCodecovReportTask.Task).Actions.Clear();
Expand Down

0 comments on commit 38ecefd

Please sign in to comment.