-
Notifications
You must be signed in to change notification settings - Fork 0
Utilize RestoreLockedMode #30
Copy link
Copy link
Open
Labels
kind:infrastructureSomething that doesn't require code changes but only build scripts or publication procedures.Something that doesn't require code changes but only build scripts or publication procedures.
Description
Metadata
Metadata
Assignees
Labels
kind:infrastructureSomething that doesn't require code changes but only build scripts or publication procedures.Something that doesn't require code changes but only build scripts or publication procedures.
To properly utilize the NuGet lock files, we'll need to set the
RestoreLockedModekey in our build system. See the details here.Currently, other set of NuGet packages may be resolved for building platform-dependent packages; we may choose to enforce
--no-restoreon publish, and add the platform-dependent packages to the lock files.