0

Is there a way to disable/redirect Gallio's plugin cache via Gallio.Echo (or a configuration file)?

I'm trying to keep my build portable and the cache is getting in the way.

Richard Szalay
  • 83,269
  • 19
  • 178
  • 237

1 Answers1

1

Currently, no. It uses LocalApplicationData and there's no way to change that, or even turn it off.

How does it prevent your build being portable?

grahamrhay
  • 2,046
  • 4
  • 19
  • 29