2 references to EnableSandboxesEnvironmentVariable
Aspire.Deployment.EndToEnd.Tests (2)
AzureSandboxesDeploymentTests.cs (2)
36
!string.Equals(Environment.GetEnvironmentVariable(
EnableSandboxesEnvironmentVariable
), "true", StringComparison.OrdinalIgnoreCase))
38
Assert.Skip($"Azure sandboxes deployment tests require preview enrollment and are disabled for this deployment environment. Set {
EnableSandboxesEnvironmentVariable
}=true only after the environment has the required sandbox preview access and role assignments.");