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