1 write to ArchiveOutputPath
Microsoft.NET.Build.Containers (1)
Tasks\CreateNewImage.Interface.cs (1)
208
ArchiveOutputPath
= "";
2 references to ArchiveOutputPath
Microsoft.NET.Build.Containers (2)
Tasks\CreateNewImageToolTask.cs (2)
218
if (!string.IsNullOrWhiteSpace(
ArchiveOutputPath
))
220
builder.AppendSwitchIfNotNull("--archiveoutputpath ",
ArchiveOutputPath
);