2 references to GetDeploymentStatePathSha
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (2)
67
var currentStatePath = GetStatePath(configuration,
GetDeploymentStatePathSha
(configuration), hostEnvironment.EnvironmentName);
81
private string? GetCanonicalStatePath() => GetStatePath(configuration,
GetDeploymentStatePathSha
(configuration), hostEnvironment.EnvironmentName);