From 413e32bbe9b45c3af4161235dc83b7e48e4a53cd Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Sun, 5 Apr 2020 18:22:43 -0400 Subject: [PATCH] [Harness] Fix the generation of the sources. The name of the dll changed, ergo the prefix changed. --- .../TestImporter/Templates/Managed/XamariniOSTemplate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestImporter/Templates/Managed/XamariniOSTemplate.cs b/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestImporter/Templates/Managed/XamariniOSTemplate.cs index 62fa9cbff1ab..3b146329af9f 100644 --- a/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestImporter/Templates/Managed/XamariniOSTemplate.cs +++ b/tests/xharness/Microsoft.DotNet.XHarness.iOS.Shared/TestImporter/Templates/Managed/XamariniOSTemplate.cs @@ -27,7 +27,7 @@ public class XamariniOSTemplate : ITemplatedProject { internal static readonly string TestingFrameworksKey = "%TESTING FRAMEWORKS%"; // resource related static vars used to copy the embedded src to the hd - static string srcResourcePrefix = "Xharness.TestImporter.Templates.Managed.Resources.src."; + static string srcResourcePrefix = "Microsoft.DotNet.XHarness.iOS.Shared.TestImporter.Templates.Managed.Resources.src."; static string registerTemplateResourceName = "RegisterType.cs"; static string [] [] srcDirectories = new [] { new [] { "common", },