Rune Huseby

Results 5 comments of Rune Huseby

I encountered an issue with NuSpecContent that requires OS-native directory-separator ('\') when globbing. c:\foo\**\bar.dll works, c:/foo/**/bar.dll does not

You can point SquirrelTemp to another folder, using the environment-variable SQUIRREL_TEMP, ie. to %temp%. %temp% can in turn be cleaned up at a regular basis

(I assume you mean SquirrelTemp on client machine, not were you build things) We too have nightly builds, building squirrel installer. It was quite a lot in SquirrelTemp the on...

I just run an update locally. I saw some big files come and go in SquirrelTemp, so for us the temp is cleaned up as it should, at least most...

Also, RunFirstAfterUp are documented to be one-time-script, but is implemented to be any-time-script. [Code](https://github.com/erikbra/grate/blob/main/src/grate.core/Configuration/FoldersConfiguration.cs#L44)