12 references to MsBuildResponseFileFactory
Aspire.Hosting (12)
Publishing\ResourceContainerImageManager.cs (11)
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)); 759var responseFile = await MsBuildResponseFileFactory.CreateAsync( 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)
129MsBuildResponseFileFactory.TryDeleteDirectory(directoryToDelete, logger);