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

make all test projects packable #1356

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

hahn-kev
Copy link
Contributor

@hahn-kev hahn-kev commented Oct 30, 2024

by adding <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> to our test projects they were marked as IsPackable false, which usually makes sense, this reverts that


This change is Reviewable

Copy link

LibPalaso Tests

    45 files  +  3      45 suites  +3   13m 45s ⏱️ + 2m 36s
 4 828 tests + 73   4 597 ✅ + 73  231 💤 ±0  0 ❌ ±0 
14 002 runs  +219  13 375 ✅ +219  627 💤 ±0  0 ❌ ±0 

Results for commit 0c5fee3. ± Comparison against base commit 74f9b02.

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

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

This will work because the test projects that we didn't want packed already have the IsPackable set to false.
:lgtm:

Reviewed all commit messages.
Reviewable status: 0 of 1 files reviewed, all discussions resolved

@jasonleenaylor jasonleenaylor merged commit 46fa5f0 into master Oct 30, 2024
3 of 4 checks passed
@jasonleenaylor jasonleenaylor deleted the fix-nuget-test-publishing branch October 30, 2024 14:44
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