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

Improve testing for previous sdks #229

Merged
merged 7 commits into from
Nov 26, 2024
Merged

Conversation

tl-Roberto-Mancinelli
Copy link
Collaborator

@tl-Roberto-Mancinelli tl-Roberto-Mancinelli commented Nov 25, 2024

  • Added testing for previous sdk
  • Remove unnecessary code in cake script

@tl-Roberto-Mancinelli tl-Roberto-Mancinelli changed the title Code coverage Improve testing in previous sdks Nov 25, 2024
@tl-Roberto-Mancinelli tl-Roberto-Mancinelli changed the title Improve testing in previous sdks Improve testing for previous sdks Nov 25, 2024
@tl-Roberto-Mancinelli tl-Roberto-Mancinelli marked this pull request as ready for review November 25, 2024 15:11
Comment on lines +24 to +35
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.x
Copy link
Contributor

@dili91 dili91 Nov 25, 2024

Choose a reason for hiding this comment

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

I'm not getting how this extra SDKs are used at CI time. could you shed a light? I don't see a multi-build process/pipeline, but maybe I'm missing something

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The multi build is triggered by the multiple frameworks declared in the test project, I was under the impression that using the latest sdk could also build previous versions of net but that doesn't seem the case in our ci

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok cool! Thanks!

@tl-Roberto-Mancinelli tl-Roberto-Mancinelli merged commit cec395c into main Nov 26, 2024
1 check passed
@tl-Roberto-Mancinelli tl-Roberto-Mancinelli deleted the code-coverage branch November 26, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants