Skip to content

Commit ce1a82a

Browse files
SteveL-MSFTtgauth
andauthored
Update build.ps1
Co-authored-by: Tess Gauthier <tgauth@bu.edu>
1 parent 57f0501 commit ce1a82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ if (!$SkipBuild) {
380380
if ($IsWindows) {
381381
Copy-Item "*.dsc.resource.json" $target -Force -ErrorAction Ignore
382382
}
383-
else { # don't copy WindowsPowerShell resource maisource manifest
383+
else { # don't copy WindowsPowerShell resource manifest
384384
Copy-Item "*.dsc.resource.json" $target -Exclude 'windowspowershell.dsc.resource.json' -Force -ErrorAction Ignore
385385
}
386386

0 commit comments

Comments
 (0)