1 write to _newWorkingDirectory
Microsoft.NET.Build.Containers (1)
ImageConfig.cs (1)
218
_newWorkingDirectory
= workingDirectory;
2 references to _newWorkingDirectory
Microsoft.NET.Build.Containers (2)
ImageConfig.cs (2)
105
if (
_newWorkingDirectory
is not null)
107
newConfig["WorkingDir"] =
_newWorkingDirectory
;