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

Stop accepting multiple test targets #618

Merged
merged 3 commits into from
Jun 1, 2021
Merged

Conversation

premun
Copy link
Member

@premun premun commented May 31, 2021

This is a remnant from the original XHarness and we cannot really run more targets at the moment. Android commands don't support this neither so it doesn't make sense as it is

@premun premun requested a review from greenEkatherine May 31, 2021 12:59
@premun premun merged commit 6d7a236 into dotnet:main Jun 1, 2021
@premun premun deleted the prvysoky/targets branch June 1, 2021 13:40
premun added a commit to dotnet/arcade that referenced this pull request Jun 3, 2021
We never supported this really and it was deprecated in dotnet/xharness#618

This will be a breaking change in the SDK:
```xml
<Targets>ios-simulator-64</Targets>
```
will change to 
```xml
<TestTarget>ios-simulator-64</TestTarget>
```
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