17 references to WithBuildEnvironment
Aspire.Hosting.Dotnet.Tests (17)
DotnetProjectBuildCoordinatorTests.cs (15)
567
.
WithBuildEnvironment
("BUILD_FLAVOR", "custom")
784
project.
WithBuildEnvironment
("LATE_BUILD_FLAVOR", "custom");
809
.
WithBuildEnvironment
("BUILD_FLAVOR", "initial");
818
project.
WithBuildEnvironment
("LATE_BUILD_FLAVOR", "late");
984
.
WithBuildEnvironment
("TEMPORARY", "temporary")
1496
project.
WithBuildEnvironment
("BUILD_FLAVOR", "custom");
1887
project.
WithBuildEnvironment
("LATE_BUILD_FLAVOR", "custom");
1919
project.
WithBuildEnvironment
("PIPELINE_BUILD_FLAVOR", "custom");
1952
project.
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)
128
var action = () => project.
WithBuildEnvironment
(name!, "value");
146
() => project.
WithBuildEnvironment
("BUILD_FLAVOR", "custom"));