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

Fix main #4373

Merged
merged 4 commits into from
Dec 18, 2024
Merged

Fix main #4373

merged 4 commits into from
Dec 18, 2024

Conversation

Youssef1313
Copy link
Member

No description provided.

Comment on lines 32 to +33
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Update="MSTest.TestFramework" Condition=" '$(UseMSTestFromSource)' == 'true' " ExcludeAssets="runtime;compile" />
Copy link
Member

Choose a reason for hiding this comment

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

I guess that works too, I was envisioning something like

Suggested change
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Update="MSTest.TestFramework" Condition=" '$(UseMSTestFromSource)' == 'true' " ExcludeAssets="runtime;compile" />
<PackageReference Include="MSTest.TestFramework" Condition=" '$(UseMSTestFromSource)' != 'true' " />

Copy link
Member

Choose a reason for hiding this comment

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

I'll merge as-is to unblock ci. Feel free to do a follow-up if you find my syntax better.

@Evangelink Evangelink merged commit 35a6176 into microsoft:main Dec 18, 2024
10 checks passed
@Youssef1313 Youssef1313 deleted the fix-main branch December 18, 2024 08:01
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