File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,8 @@ PowerShellEditorServices.sln.ide/storage.ide
6363# Don't include PlatyPS generated MAML
6464module /PowerShellEditorServices /Commands /en-US /* -help.xml
6565
66+ # Don't include Third Party Notices in module folder
67+ module /PowerShellEditorServices /Third \ Party \ Notices.txt
68+
6669# Visual Studio for Mac generated file
6770* .userprefs
Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ task LayoutModule -After Build {
197197 Copy-Item - Force - Path $PSScriptRoot \src\PowerShellEditorServices.Host\bin\$Configuration \net451\UnixConsoleEcho.dll - Destination $PSScriptRoot \module\PowerShellEditorServices\bin\Desktop\
198198 }
199199
200+ # Copy Third Party Notices.txt to module folder
201+ Copy-Item - Force - Path " $PSScriptRoot \Third Party Notices.txt" - Destination $PSScriptRoot \module\PowerShellEditorServices
202+
200203 # Lay out the PowerShellEditorServices.VSCode module's binaries
201204 New-Item - Force $PSScriptRoot \module\PowerShellEditorServices.VSCode\bin\ - Type Directory | Out-Null
202205 New-Item - Force $PSScriptRoot \module\PowerShellEditorServices.VSCode\bin\Desktop - Type Directory | Out-Null
You can’t perform that action at this time.
0 commit comments