remove nuget caching during CI

This commit is contained in:
runebaas 2018-08-26 12:43:18 +02:00
parent 707be4abe2
commit 9dda829cf9
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -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: