From 9dda829cf9824180d096008018aa73c53a79fe79 Mon Sep 17 00:00:00 2001 From: runebaas Date: Sun, 26 Aug 2018 12:43:18 +0200 Subject: [PATCH] remove nuget caching during CI --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 243ea77..cd67b30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,11 +10,6 @@ before_script: build: stage: build image: microsoft/dotnet:2.1.300-sdk-stretch - variables: - NUGET_PACKAGES: "${CI_PROJECT_DIR}/.nugetcache" - cache: - paths: - - .nugetcache artifacts: expire_in: 1h paths: