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 57f0501 commit ce1a82aCopy full SHA for ce1a82a
build.ps1
@@ -380,7 +380,7 @@ if (!$SkipBuild) {
380
if ($IsWindows) {
381
Copy-Item "*.dsc.resource.json" $target -Force -ErrorAction Ignore
382
}
383
- else { # don't copy WindowsPowerShell resource maisource manifest
+ else { # don't copy WindowsPowerShell resource manifest
384
Copy-Item "*.dsc.resource.json" $target -Exclude 'windowspowershell.dsc.resource.json' -Force -ErrorAction Ignore
385
386
0 commit comments