Skip to content

Commit e200183

Browse files
liliankasemCopilot
andauthored
Update nuget spec paths
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7fc1a46 commit e200183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/tools/publish-tools/chocolatey/nuspec_template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>The Azure Functions Core Tools provide a local development experience for creating, developing, testing, running, and debugging Azure Functions.</description>
1616
</metadata>
1717
<files>
18-
<file src="tools\**" target="tools\" />
19-
<file src="..\..\..\res\functions.png" target="images\" />
18+
<file src="tools/**" target="tools/" />
19+
<file src="../../../res/functions.png" target="images/" />
2020
</files>
2121
</package>

0 commit comments

Comments
 (0)