From d52f925042937397bef2db312d11ae0c2ed76c7f Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Tue, 8 Jun 2021 03:23:54 -0400 Subject: [PATCH] [libraries] Fix metadata name following arcade change to stop supporting multiple targets in helix sdk (#53828) Co-authored-by: Mitchell Hwang --- src/libraries/sendtohelixhelp.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj index 297ef5d..9a156b1 100644 --- a/src/libraries/sendtohelixhelp.proj +++ b/src/libraries/sendtohelixhelp.proj @@ -260,7 +260,7 @@ - $(AppleTestTarget) + $(AppleTestTarget) @@ -268,7 +268,7 @@ false 42 - $(AppleTestTarget) + $(AppleTestTarget) -- 2.7.4