roslyn-sdk icon indicating copy to clipboard operation
roslyn-sdk copied to clipboard

Support customization and cleanup of temporary test packages

Open sharwell opened this issue 5 years ago • 1 comments

From @jmarolf in https://github.com/dotnet/roslyn-sdk/pull/478#discussion_r392738957:

should we give the user the option to specify this location? also, when are these resources cleaned up?

sharwell avatar Mar 16 '20 17:03 sharwell

Currently the packages are never cleaned up. They are placed in a test-packages subfolder so it can be easily deleted without impacting other packages or temporary files on the machine.

sharwell avatar Mar 16 '20 17:03 sharwell