Skip to content

Commit 03b6981

Browse files
Update doBuild.ps1
1 parent 3010863 commit 03b6981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function DoBuild {
2323
# Module .psm1 file
2424
[System.IO.Path]::Combine($SrcPath, $ModuleName + '.psm1'),
2525
# Module format ps1xml file
26-
[System.IO.Path]::Combine($SrcPath, $ModuleName + '.ps1xml'),
26+
[System.IO.Path]::Combine($SrcPath, $FormatFileName + '.ps1xml'),
2727
# License
2828
[System.IO.Path]::Combine('.', 'LICENSE'),
2929
# Notice

0 commit comments

Comments
 (0)