summarylogtreecommitdiffstats
path: root/dotnet-sdk-2.0.install
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet-sdk-2.0.install')
-rw-r--r--dotnet-sdk-2.0.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/dotnet-sdk-2.0.install b/dotnet-sdk-2.0.install
new file mode 100644
index 000000000000..49c9e634c35f
--- /dev/null
+++ b/dotnet-sdk-2.0.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "Populating local Nuget package cache"
+ dotnet nuget &> /dev/null
+}
+
+post_upgrade() {
+ echo "Populating local Nuget package cache"
+ dotnet nuget &> /dev/null
+}