Disable lock file update for NuGet #33000
Otiel
started this conversation in
Suggest an Idea
Replies: 2 comments 5 replies
-
Why do you want to disable lock file updating? This is very old option for npm which will possibly be removed in future. Updating package files without lock files usually results in an invalid repository state. |
Beta Was this translation helpful? Give feedback.
5 replies
-
FYI the original request can be satisfied once #33118 is implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
I'd like to create a PR in order to be able to disable the lock file update for NuGet. The documentation states that
updatelockfiles
config option is currently only supported fornpm
.I suppose the only thing to do would be to add something along those lines at the start of the
updateArtifacts
function:But I'm having a hard time finding how the
updatelockfiles
config option is mapped to the objects available in the code.updatelockfiles
config option from the theupdateArtifacts
function?Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions