You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my situation, there are two network paths available:
\\server-dev\SHARE\Projects\app\start.csx
\\server-prod\SHARE\Projects\app\start.csx
But there's only one in the cache folder:
C:\Users\orange\AppData\Local\Temp\dotnet-script\UNC\Projects\app...
The start.csx script runs without mounting the disk.
The folders have different configurations, but the same cache is used during the call, which makes the script work incorrectly.
The path "\\server-dev" and "\\server-prod" is lost in the cache.