roslyn-sdk
roslyn-sdk copied to clipboard
Support customization and cleanup of temporary test packages
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?
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.