We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3010863 commit 03b6981Copy full SHA for 03b6981
doBuild.ps1
@@ -23,7 +23,7 @@ function DoBuild {
23
# Module .psm1 file
24
[System.IO.Path]::Combine($SrcPath, $ModuleName + '.psm1'),
25
# Module format ps1xml file
26
- [System.IO.Path]::Combine($SrcPath, $ModuleName + '.ps1xml'),
+ [System.IO.Path]::Combine($SrcPath, $FormatFileName + '.ps1xml'),
27
# License
28
[System.IO.Path]::Combine('.', 'LICENSE'),
29
# Notice
0 commit comments