I've set my NCrunch cache storage path
to %TEMP%\NCrunchCache
. However, I get the following error:
NCrunch was unable to access the directory
'C:\src\solutionFolder\%TEMP%\NCrunchCache' as specified in the configuration for this solution.
Cache data will instead be stored in the default location
The documentation suggests this is possible:
From NCrunch v2.20, this setting supports specifying environment variables (i.e. '%MyCacheRootDir%\MySolution')
What am I missing?