Skip to content

Commit

Permalink
Fixing nuspec so choco pack works
Browse files Browse the repository at this point in the history
  • Loading branch information
bc3tech committed Jul 13, 2024
1 parent 234b24c commit 8d482e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choco/filesorter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- this section controls what actually gets packaged into the Chocolatey package -->
<file src="createdump.exe.ignore" target="." />
<file src="tools\**" target="tools" />
<file src="..\bin\release\net6.0\win-x64\publish\**" target="." />
<file src="..\bin\release\net8.0\win-x64\publish\**" target="." />
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
</files>
</package>

0 comments on commit 8d482e9

Please sign in to comment.