Skip to content

Commit 0ba66a8

Browse files
committed
fix nuspec for v2 and v3
1 parent f499e49 commit 0ba66a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pack/Microsoft.Azure.Functions.V2.PythonWorker.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<file src="..\3.7_OSX_X64\**" target="tools\3.7\OSX\X64" />
2121
<file src="..\python\prodV2\worker.config.json" target="tools" />
2222
<file src="Microsoft.Azure.Functions.PythonWorker.targets" target="build" />
23-
<file src="..\PythonWorker\_manifest\manifest.json" target="SBOM\manifest.json" />
24-
<file src="..\PythonWorker\_manifest\spdx_2.2\manifest.spdx.json" target="SBOM\manifest.spdx.json" />
23+
<file src="..\_manifest\manifest.json" target="SBOM\manifest.json" />
24+
<file src="..\_manifest\spdx_2.2\manifest.spdx.json" target="SBOM\manifest.spdx.json" />
2525
</files>
2626
</package>

pack/Microsoft.Azure.Functions.V3.PythonWorker.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<file src="..\3.9_OSX_X64\**" target="tools\3.9\OSX\X64" />
2929
<file src="..\python\prodV3\worker.config.json" target="tools" />
3030
<file src="Microsoft.Azure.Functions.PythonWorker.targets" target="build" />
31-
<file src="..\PythonWorker\_manifest\manifest.json" target="SBOM\manifest.json" />
32-
<file src="..\PythonWorker\_manifest\spdx_2.2\manifest.spdx.json" target="SBOM\manifest.spdx.json" />
31+
<file src="..\_manifest\manifest.json" target="SBOM\manifest.json" />
32+
<file src="..\_manifest\spdx_2.2\manifest.spdx.json" target="SBOM\manifest.spdx.json" />
3333
</files>
3434
</package>

0 commit comments

Comments
 (0)