mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
0e91fda451
Ignore environment variables and instead use static cache directory for third party tools. Closes #10094 BREAKING CHANGE: Renovate will now override any package manager cache locations configured in env variables. # Conflicts: # lib/manager/gomod/__snapshots__/artifacts.spec.ts.snap # lib/manager/gomod/artifacts.ts |
||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
types.ts | ||
util.ts |
The nuget
configuration object is used to control settings for the NuGet package manager.
The NuGet package manager supports a SDK-style .csproj
/.fsproj
/.vbproj
format, as described here.
This means that .NET Core projects are all supported but any .NET Framework projects need to be updated to the new .csproj
/.fsproj
/.vbproj
format in order to be detected and supported by Renovate.