diff options
author | crupest <crupest@outlook.com> | 2020-06-03 21:25:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-03 21:25:39 +0800 |
commit | c7b2c7933239a53769d3d46af5b0a90f7650085c (patch) | |
tree | 807bb631dd736df2e111078e2ec562ceb9a4e5df /Directory.Build.props | |
parent | 227e0855fc99f0d2f27891dca24fcec7eb4378f6 (diff) | |
download | timeline-c7b2c7933239a53769d3d46af5b0a90f7650085c.tar.gz timeline-c7b2c7933239a53769d3d46af5b0a90f7650085c.tar.bz2 timeline-c7b2c7933239a53769d3d46af5b0a90f7650085c.zip |
CI: Use nuget cache.
Diffstat (limited to 'Directory.Build.props')
-rw-r--r-- | Directory.Build.props | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..5030ba17 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ +<Project>
+ <PropertyGroup>
+ <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
+ <DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
+ </PropertyGroup>
+</Project>
|