Skip to content

Commit 37a157a

Browse files
committed
Update to fix for issue #96 - update nuspec file to include host exe/batch files.
The nuspec includes both native (x64) and x86 versions of the exe and batch files. Removed the nuspec file from the Host.x86 dir per @daviwil request.
1 parent 5f9f0cc commit 37a157a

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

src/PowerShellEditorServices.Host.x86/PowerShellEditorServices.Host.x86.nuspec

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/PowerShellEditorServices.Host/PowerShellEditorServices.Host.nuspec

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
<description>$description$</description>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<tags>PowerShell editor development language debugging</tags>
15-
<dependencies>
15+
<dependencies>
1616
<group>
1717
<dependency id="Microsoft.PowerShell.EditorServices" version="$version$" />
18-
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
18+
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
1919
</group>
20-
</dependencies>
21-
</metadata>
20+
</dependencies>
21+
</metadata>
22+
<files>
23+
<file src="bin\$configuration$\$id$.exe" target="lib\net45\" />
24+
<file src="bin\$configuration$\$id$.DebugAdapter.cmd" target="content\" />
25+
<file src="..\PowerShellEditorServices.Host.x86\bin\$configuration$\$id$.x86.exe" target="lib\net45\" />
26+
<file src="..\PowerShellEditorServices.Host.x86\bin\$configuration$\$id$.DebugAdapter.x86.cmd" target="content\" />
27+
</files>
2228
</package>

0 commit comments

Comments
 (0)