17 references to WithBuildEnvironment
Aspire.Hosting.Dotnet.Tests (17)
DotnetProjectBuildCoordinatorTests.cs (15)
567.WithBuildEnvironment("BUILD_FLAVOR", "custom") 784project.WithBuildEnvironment("LATE_BUILD_FLAVOR", "custom"); 809.WithBuildEnvironment("BUILD_FLAVOR", "initial"); 818project.WithBuildEnvironment("LATE_BUILD_FLAVOR", "late"); 984.WithBuildEnvironment("TEMPORARY", "temporary") 1496project.WithBuildEnvironment("BUILD_FLAVOR", "custom"); 1887project.WithBuildEnvironment("LATE_BUILD_FLAVOR", "custom"); 1919project.WithBuildEnvironment("PIPELINE_BUILD_FLAVOR", "custom"); 1952project.WithBuildEnvironment("LIFECYCLE_BUILD_FLAVOR", "custom"); 1982.WithBuildEnvironment("BUILD_FLAVOR", "custom"); 2009.WithBuildEnvironment("BUILD_FLAVOR", "custom"); 2227.WithBuildEnvironment("BUILD_FLAVOR", "custom") 2276.WithBuildEnvironment("BUILD_FLAVOR", "custom") 2444.WithBuildEnvironment("BUILD_FLAVOR", "custom\u2003flavor;value%") 2599.WithBuildEnvironment("BUILD_SECRET", marker);
DotnetProjectPublicApiTests.cs (2)
128var action = () => project.WithBuildEnvironment(name!, "value"); 146() => project.WithBuildEnvironment("BUILD_FLAVOR", "custom"));