remove nuget caching during CI
This commit is contained in:
parent
707be4abe2
commit
9dda829cf9
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@ before_script:
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: microsoft/dotnet:2.1.300-sdk-stretch
|
image: microsoft/dotnet:2.1.300-sdk-stretch
|
||||||
variables:
|
|
||||||
NUGET_PACKAGES: "${CI_PROJECT_DIR}/.nugetcache"
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .nugetcache
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1h
|
expire_in: 1h
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue