Skip to content

Commit

Permalink
ci: add support for net7 in release action (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Nov 1, 2024
1 parent 60c03b2 commit ac15b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ runs:
- name: Setup dotnet build tools
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0
dotnet-version: |
6.0
7.0
- name: Display dotnet version
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
project_file: ${{ env.PROJECT_FILE }}
test_project_file: ${{ env.TEST_PROJECT_FILE }}
target_test_framework: "net7.0"

- name: Release build
uses: ./.github/actions/build-release
Expand Down

0 comments on commit ac15b40

Please sign in to comment.