Commit graph

8 commits

Author SHA1 Message Date
Rhys Arkins
0b287c763d
refactor: localDir -> cloneDir (#10158) 2021-05-26 10:30:23 +02:00
Michael Kriese
9ca604b345
refactor: extract more types (#9959) 2021-05-11 19:08:02 +02:00
Rhys Arkins
a6a7ecd702 chore: reduce baseDir naming 2021-02-04 14:41:36 +01:00
Florian Greinacher
46fda9790d
fix(nuget): start with empty nuget.config for updating lockfile (#7808)
The previously used command, `dotnet new nugetconfig` creates a nuget.config with some defaults that we are not interested in while creating the temporary file for authentication.

Fixes #7769
2020-12-02 09:44:01 +01:00
Florian Greinacher
3ecfcec20b
fix(nuget): don't fail when updating lockfiles with private registries (#7779)
* fix(nuget): don't fail when updating lockfiles with private registries

* fix imports

* encapsulate getRandomString for better testability

* ignore wrapper for coverage
2020-11-22 13:39:50 +01:00
Michael Kriese
6f0092f8db
fix(nuget): normalize paths (#7745) 2020-11-17 14:55:05 +01:00
Rhys Arkins
5d99ff9862
refactor: convert all path to upath (#7712) 2020-11-12 21:46:08 +01:00
Florian Greinacher
d37111ca88
feat(nuget): add support for updating lock files (#7375) 2020-10-20 10:45:25 +02:00