Skip to content

Commit 5c7785a

Browse files
committed
added dll processing
1 parent 1746a59 commit 5c7785a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.build/template/Template.psm1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ if (Test-Path -Path $classesDataFilePath) {
4545
# Process CSharp classes
4646
Add-Type -Path $currentClassPath
4747
}
48+
'.dll' {
49+
# Process DLLs
50+
Add-Type -Path $currentClassPath
51+
}
4852
default {
4953
throw "Unable to process class '$_', $extension is an unsupported file type."
5054
}

0 commit comments

Comments
 (0)