winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 986abad8fec79a0949c0d50795f673d44ddbaaea
parent 2a6095cf582f7e2f19fe04322ee11875e011cb8b
Author: Union Palenshus <palenshus@users.noreply.github.com>
Date:   Tue,  9 Feb 2021 12:03:01 -0800

Adding PDBs for WingetUtil to nuget package (#749)


Diffstat:
MWinGetUtil.nuspec | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/WinGetUtil.nuspec b/WinGetUtil.nuspec @@ -15,6 +15,8 @@ </metadata> <files> <file src="src\x64\Release\WinGetUtil\WinGetUtil.dll" target="runtimes\win-x64\native\WinGetUtil.dll"/> + <file src="src\x64\Release\WinGetUtil\WinGetUtil.pdb" target="runtimes\win-x64\native\WinGetUtil.pdb"/> <file src="src\x86\Release\WinGetUtil\WinGetUtil.dll" target="runtimes\win-x86\native\WinGetUtil.dll"/> + <file src="src\x86\Release\WinGetUtil\WinGetUtil.pdb" target="runtimes\win-x86\native\WinGetUtil.pdb"/> </files> </package> \ No newline at end of file