5 references to IntegrationProbeManifestPath
aspire (3)
Projects\PrebuiltAppHostServer.cs (3)
1471KnownConfigNames.IntegrationProbeManifestPath, 1473startInfo.Environment[KnownConfigNames.IntegrationProbeManifestPath] = _integrationProbeManifestPath; 1477startInfo.Environment.Remove(KnownConfigNames.IntegrationProbeManifestPath);
Aspire.Cli.Tests (2)
Projects\PrebuiltAppHostServerTests.cs (2)
1439Assert.Equal(manifestPath, startInfo.Environment[KnownConfigNames.IntegrationProbeManifestPath]); 2403Assert.False(startInfo.Environment.ContainsKey(KnownConfigNames.IntegrationProbeManifestPath));