Skip to content

Commit ba0269c

Browse files
committed
Custom Dlls will be stored in the DllImport folder
1 parent 88d65c3 commit ba0269c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sdk/SubTasks/DmappCreation_AutomationScriptStyle.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private static void AddDllAssemblies(BuildResultItems buildResultItems, AppPacka
138138
}
139139

140140

141-
string folder = @"C:\Skyline DataMiner\ProtocolScripts";
141+
string folder = @"C:\Skyline DataMiner\ProtocolScripts\DllImport";
142142
if (assemblyReference.IsFilesPackage)
143143
{
144144
folder = @"C:\Skyline DataMiner\Files";

0 commit comments

Comments
 (0)