File tree 2 files changed +6
-0
lines changed
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
63
63
# Don't include PlatyPS generated MAML
64
64
module /PowerShellEditorServices /Commands /en-US /* -help.xml
65
65
66
+ # Don't include Third Party Notices in module folder
67
+ module /PowerShellEditorServices /Third \ Party \ Notices.txt
68
+
66
69
# Visual Studio for Mac generated file
67
70
* .userprefs
Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ task LayoutModule -After Build {
197
197
Copy-Item - Force - Path $PSScriptRoot \src\PowerShellEditorServices.Host\bin\$Configuration \net451\UnixConsoleEcho.dll - Destination $PSScriptRoot \module\PowerShellEditorServices\bin\Desktop\
198
198
}
199
199
200
+ # Copy Third Party Notices.txt to module folder
201
+ Copy-Item - Force - Path " $PSScriptRoot \Third Party Notices.txt" - Destination $PSScriptRoot \module\PowerShellEditorServices
202
+
200
203
# Lay out the PowerShellEditorServices.VSCode module's binaries
201
204
New-Item - Force $PSScriptRoot \module\PowerShellEditorServices.VSCode\bin\ - Type Directory | Out-Null
202
205
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