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, 0 insertions, 9 deletions
diff --git a/dotnet-sdk-2.0.install b/dotnet-sdk-2.0.install
deleted file mode 100644
index 49c9e634c35f..000000000000
--- a/dotnet-sdk-2.0.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo "Populating local Nuget package cache"
- dotnet nuget &> /dev/null
-}
-
-post_upgrade() {
- echo "Populating local Nuget package cache"
- dotnet nuget &> /dev/null
-}