Skip to content

Commit

Permalink
Added packages.lock.json for all projects
Browse files Browse the repository at this point in the history
- This will allow us to avoid unecessary restores in CI.
  • Loading branch information
JeremyTCD committed Dec 6, 2019
1 parent b9189f8 commit 30e2e27
Show file tree
Hide file tree
Showing 6 changed files with 3,619 additions and 0 deletions.
1 change: 1 addition & 0 deletions perf/NodeJS/Jering.Javascript.NodeJS.Performance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>../../Jering.Javascript.NodeJS.ruleset</CodeAnalysisRuleSet>
<DefaultItemExcludes>Javascript\node_modules\**;$(DefaultItemExcludes)</DefaultItemExcludes>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 30e2e27

Please sign in to comment.