2 references to LayoutManifestFileName
aspire (2)
Projects\AppHostServerClosureSnapshots.cs (2)
378
var manifestPath = Path.Combine(layoutPath,
LayoutManifestFileName
);
439
await WriteManifestFileAsync(Path.Combine(stagingPath,
LayoutManifestFileName
), manifest, cancellationToken).ConfigureAwait(false);