-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nuspec for v2 and v3 #1013
fix nuspec for v2 and v3 #1013
Conversation
@@ -20,7 +20,7 @@ | |||
<file src="..\3.7_OSX_X64\**" target="tools\3.7\OSX\X64" /> | |||
<file src="..\python\prodV2\worker.config.json" target="tools" /> | |||
<file src="Microsoft.Azure.Functions.PythonWorker.targets" target="build" /> | |||
<file src="..\PythonWorker\_manifest\manifest.json" target="SBOM\manifest.json" /> | |||
<file src="..\PythonWorker\_manifest\spdx_2.2\manifest.spdx.json" target="SBOM\manifest.spdx.json" /> | |||
<file src="..\_manifest\manifest.json" target="SBOM\manifest.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For v4
azure-functions-python-worker/pack/Microsoft.Azure.Functions.V4.PythonWorker.nuspec
Line 31 in 117b865
<file src="..\_manifest\manifest.json" target="SBOM\manifest.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for V3
azure-functions-python-worker/pack/Microsoft.Azure.Functions.V3.PythonWorker.nuspec
Line 32 in 117b865
<file src="..\_manifest\spdx_2.2\manifest.spdx.json" target="SBOM\manifest.spdx.json" /> |
Codecov Report
@@ Coverage Diff @@
## release/3.1.3 #1013 +/- ##
==============================================
Coverage 82.51% 82.51%
==============================================
Files 33 33
Lines 1653 1653
Branches 265 265
==============================================
Hits 1364 1364
Misses 224 224
Partials 65 65
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks for the quick change.
Fix build by fixing v2 and v3 nuspec
Fixes #
PR information
Quality of Code and Contribution Guidelines