11 references to CreatePropertyArgument
Aspire.Hosting (11)
Publishing\ResourceContainerImageManager.cs (10)
570
MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerRepository", options.LocalImageName),
571
MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerImageTag", options.LocalImageTag)
576
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("LocalRegistry", localRegistry));
581
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerArchiveOutputPath", options.OutputPath));
592
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerImageFormat", format));
600
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerBaseImage", baseImage));
881
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("RuntimeIdentifiers", runtimeIdentifiers));
882
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerRuntimeIdentifiers", runtimeIdentifiers));
886
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("RuntimeIdentifier", runtimeIdentifiers));
887
arguments.Add(MsBuildResponseFileFactory.
CreatePropertyArgument
("ContainerRuntimeIdentifier", runtimeIdentifiers));
src\Shared\MsBuildResponseFile.cs (1)
56
$"\"{
CreatePropertyArgument
(name, value)}\"".AsMemory(),