Skip to content

Commit acdf37c

Browse files
committed
Fixed #137 issue with package configuration of signed web packages
1 parent 6bffed0 commit acdf37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Signed/NuGet/tools/exceptionless.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function update_config($configPath, $platform) {
100100
}
101101
$webServerModule = $configXml.CreateElement('add')
102102
$webServerModule.SetAttribute('name', 'ExceptionlessModule')
103-
$webServerModule.SetAttribute('type', 'Exceptionless.' + $platform + '.ExceptionlessModule, Exceptionless.' + $platform)
103+
$webServerModule.SetAttribute('type', 'Exceptionless.' + $platform + '.ExceptionlessModule, Exceptionless.' + $platform + '.Signed')
104104

105105
$parentNode.AppendChild($webServerModule)
106106
$shouldSave = $true

0 commit comments

Comments
 (0)