Skip to content

Commit 7edb474

Browse files
committed
fix x86 source path in nuspec
1 parent 1340a26 commit 7edb474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestComponent/TestComponent.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<files>
2121
<file src="README.md" target="docs\"/>
2222
<file src="..\TestComponent.winmd" target="lib\uap10.0"/>
23-
<file src="..\x86\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x86\native"/>
23+
<file src="..\Win32\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x86\native"/>
2424
<file src="..\x64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x64\native"/>
2525
<file src="..\ARM64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-arm64\native"/>
2626
</files>

0 commit comments

Comments
 (0)