We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33ae9c commit 6e5612eCopy full SHA for 6e5612e
1 file changed
Templates/Dotnet/ModuleBuilderModule/dotnet-post-action.ps1
@@ -6,7 +6,7 @@ Set-StrictMode -Version Latest
6
7
# generate manifest
8
$manifestPath = "./Source/{moduleName}.psd1"
9
-New-ModuleManifest -RootModule "{moduleName}" -Path $manifestPath -ModuleVersion 0.0.1
+New-ModuleManifest -RootModule "{moduleName}.psm1" -Path $manifestPath -ModuleVersion 0.0.1
10
11
# convert manifest to UTF-8 without BOM
12
$content = Get-Content $manifestPath
0 commit comments