Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add support for net7 in release action #34

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

cwaldren-ld
Copy link
Contributor

No description provided.

@@ -11,7 +11,9 @@ runs:
- name: Setup dotnet build tools
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0
dotnet-version: |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Client requires net7

@@ -45,6 +45,7 @@ jobs:
with:
project_file: ${{ env.PROJECT_FILE }}
test_project_file: ${{ env.TEST_PROJECT_FILE }}
target_test_framework: "net7.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to specify the framework in the ci action, otherwise it defaults to net6

@cwaldren-ld cwaldren-ld force-pushed the cw/specify-target-test-framework-client-ci branch from 50b3106 to 824b5ad Compare November 1, 2024 20:33
@cwaldren-ld cwaldren-ld force-pushed the cw/specify-target-test-framework-client-ci branch from 824b5ad to 274cd4c Compare November 1, 2024 20:36
@cwaldren-ld cwaldren-ld marked this pull request as ready for review November 1, 2024 20:54
@cwaldren-ld cwaldren-ld requested a review from a team as a code owner November 1, 2024 20:54
@cwaldren-ld cwaldren-ld merged commit ac15b40 into main Nov 1, 2024
8 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/specify-target-test-framework-client-ci branch November 1, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants