-
I tried to use NUGET_PACKAGES env variable to cache nuget packages in my CI (GitLab) I used the command like: When I used it multiple times locally then I got something like:
But in my CI I got something like:
Package restoring is very fast, so obviously the cache is in use. But why does package restoring give different output? |
Beta Was this translation helpful? Give feedback.
Answered by
Chakrygin
Mar 14, 2024
Replies: 1 comment
-
I got it. dotnet restore also creates files inside obj folders for projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Chakrygin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it.
dotnet restore also creates files inside obj folders for projects.
They restored even nuget packages cached