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