Skip to content

Commit 60c62f1

Browse files
committed
update nuspec to add sbom as part of package
1 parent 191c9a0 commit 60c62f1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +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" />
2325
</files>
2426
</package>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +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" />
3133
</files>
3234
</package>

0 commit comments

Comments
 (0)