Skip to content

Commit e6a894c

Browse files
committed
Fix build by working around the bug in 1.5.2
1 parent cb936ce commit e6a894c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/build.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use this file to override the default parameter values used by the `Build-Module`
22
# command when building the module (see `Get-Help Build-Module -Full` for details).
33
@{
4-
Path = "ModuleBuilder.psd1"
4+
ModuleManifest = "ModuleBuilder.psd1"
55
# Subsequent relative paths are to the ModuleManifest
66
OutputDirectory = "../"
77
VersionedOutputDirectory = $true

0 commit comments

Comments
 (0)