dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.95k stars 4.65k forks source link

Make target value dynamic for iOS in CLRTest.Execute.Bash.targets #59185

Open fanyang-mono opened 2 years ago

fanyang-mono commented 2 years ago

Currently the target value is hard-coded.

--targets ios-simulator-64 %5c

It should use a variable contains the value of the target, so that it could support both iOS and tvos runs.

Code location: https://github.com/dotnet/runtime/blob/main/src/tests/Common/CLRTest.Execute.Bash.targets#L421

ghost commented 2 years ago

Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.

Issue Details
Currently the target value is hard-coded. ``` --targets ios-simulator-64 %5c ``` It should use a variable contains the value of the target, so that it could support both iOS and tvos runs. Code location: https://github.com/dotnet/runtime/blob/main/src/tests/Common/CLRTest.Execute.Bash.targets#L421
Author: fanyang-mono
Assignees: fanyang-mono
Labels: `area-Infrastructure`
Milestone: 7.0.0