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