From ba0269ca962679c614023987db3d63f6b1ede5be Mon Sep 17 00:00:00 2001 From: Michiel Oda Date: Fri, 21 Feb 2025 13:54:40 +0100 Subject: [PATCH] Custom Dlls will be stored in the DllImport folder --- Sdk/SubTasks/DmappCreation_AutomationScriptStyle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sdk/SubTasks/DmappCreation_AutomationScriptStyle.cs b/Sdk/SubTasks/DmappCreation_AutomationScriptStyle.cs index c6cf248..8594105 100644 --- a/Sdk/SubTasks/DmappCreation_AutomationScriptStyle.cs +++ b/Sdk/SubTasks/DmappCreation_AutomationScriptStyle.cs @@ -138,7 +138,7 @@ private static void AddDllAssemblies(BuildResultItems buildResultItems, AppPacka } - string folder = @"C:\Skyline DataMiner\ProtocolScripts"; + string folder = @"C:\Skyline DataMiner\ProtocolScripts\DllImport"; if (assemblyReference.IsFilesPackage) { folder = @"C:\Skyline DataMiner\Files";