- Notifications
You must be signed in to change notification settings - Fork178
Closed
Description
Because the default cache location for on my linux build server is readonly, I have to setDOTNET_SCRIPT_CACHE_LOCATION
If I use
mkdir _cacheexport DOTNET_SCRIPT_CACHE_LOCATION=_cachedotnet script somescript.csxI get aproject file not found error as, I think the working directory gets incorrectly combined into a non-existent path (sorry I don't have the example to hand).
I can work around it by writing:
mkdir _cacheexport DOTNET_SCRIPT_CACHE_LOCATION=$(pwd)/_cachedotnet script somescript.csxMetadata
Metadata
Assignees
Labels
No labels