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

Update to correct ExcludeMicrosoftNetTestSdk #22459

Merged
merged 1 commit into from
May 16, 2024
Merged

Update to correct ExcludeMicrosoftNetTestSdk #22459

merged 1 commit into from
May 16, 2024

Conversation

rmarinho
Copy link
Member

Description of Change

More fixes related with arcade

@rmarinho rmarinho requested a review from a team as a code owner May 16, 2024 14:09
@@ -11,7 +11,6 @@

<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="5.0.0-rc.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
Copy link
Member Author

Choose a reason for hiding this comment

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

This is included by arcade by default

@@ -10,7 +10,7 @@
<!-- Disable multi-RID builds to workaround a parallel build issue -->
<RuntimeIdentifier Condition="$(TargetFramework.Contains('-maccatalyst'))">maccatalyst-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(TargetFramework.Contains('-maccatalyst')) and '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'arm64'">maccatalyst-arm64</RuntimeIdentifier>
<ExcludeMicrosoftNetTestSdk>false</ExcludeMicrosoftNetTestSdk>
<ExcludeMicrosoftNetTestSdk>true</ExcludeMicrosoftNetTestSdk>
Copy link
Member Author

Choose a reason for hiding this comment

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

ups

@rmarinho rmarinho merged commit 86c60b3 into main May 16, 2024
30 of 49 checks passed
@rmarinho rmarinho deleted the fix-test-sdk branch May 16, 2024 15:15
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants