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