Skip to content

Commit d52f925

Browse files
mdh1418Mitchell Hwang
and
Mitchell Hwang
authored
[libraries] Fix metadata name following arcade change to stop supporting multiple targets in helix sdk (#53828)
Co-authored-by: Mitchell Hwang <[email protected]>
1 parent fbf5e79 commit d52f925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/sendtohelixhelp.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,15 @@
260260
<ItemGroup Condition="'$(TargetOS)' == 'iOS' or '$(TargetOS)' == 'tvOS' or '$(TargetOS)' == 'iOSSimulator' or '$(TargetOS)' == 'tvOSSimulator' or '$(TargetOS)' == 'MacCatalyst'">
261261
<!-- Create work items for test apps -->
262262
<XHarnessAppBundleToTest Include="$([System.IO.Directory]::GetDirectories('$(TestArchiveTestsRoot)', '*.app', System.IO.SearchOption.AllDirectories))">
263-
<Targets>$(AppleTestTarget)</Targets>
263+
<TestTarget>$(AppleTestTarget)</TestTarget>
264264
</XHarnessAppBundleToTest>
265265
<!-- Create work items for run-only apps -->
266266
<XHarnessAppBundleToTest Condition="Exists('$(TestArchiveRoot)runonly')" Include="$([System.IO.Directory]::GetDirectories('$(TestArchiveRoot)runonly', '*.app', System.IO.SearchOption.AllDirectories))" >
267267
<!-- The sample app doesn't need test runner -->
268268
<IncludesTestRunner>false</IncludesTestRunner>
269269
<!-- The sample's C# Main method returns 42 so it should be considered by xharness as a success -->
270270
<ExpectedExitCode>42</ExpectedExitCode>
271-
<Targets>$(AppleTestTarget)</Targets>
271+
<TestTarget>$(AppleTestTarget)</TestTarget>
272272
</XHarnessAppBundleToTest>
273273
</ItemGroup>
274274

0 commit comments

Comments
 (0)