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