1 write to SealedManifestPath
Aspire.Hosting.Radius (1)
Secrets\RadiusSecretStoreExtensions.cs (1)
250population.SealedManifestPath = Path.GetFullPath(manifestPath, store.ApplicationBuilder.AppHostDirectory);
3 references to SealedManifestPath
Aspire.Hosting.Radius (2)
Publishing\RadiusInfrastructureBuilder.cs (1)
2147var manifestPath = store.Population.SealedManifestPath!;
Publishing\SealedSecretApplyStep.cs (1)
86store, outputDir, store.Population.SealedManifestPath!, _environment.Namespace,
Aspire.Hosting.Radius.Tests (1)
Publishing\SealedSecretPublishTests.cs (1)
77var resolved = store.Resource.Population.SealedManifestPath;