Modified the package installer to use target folders ( based on the Nuget specification ) rather than file extensions
This commit is contained in:
@ -27,5 +27,6 @@
|
||||
<file src="..\Shared\bin\Release\netstandard2.1\[Owner].[Module]s.Shared.Oqtane.dll" target="lib" />
|
||||
<file src="..\Shared\bin\Release\netstandard2.1\[Owner].[Module]s.Shared.Oqtane.pdb" target="lib" />
|
||||
<file src="..\wwwroot\**\*.*" target="wwwroot" />
|
||||
<file src="..\content\**\*.*" target="content" />
|
||||
</files>
|
||||
</package>
|
Reference in New Issue
Block a user