refactor(bootstrap): migrate /pack/info to seed file
This commit is contained in:
@@ -47,6 +47,13 @@
|
||||
<Content Include="..\SVSim.Bootstrap\Data\seeds\**\*.json" Link="Data\seeds\%(RecursiveDir)%(Filename)%(Extension)">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<!-- Test-only fixture seeds overlay the production seeds. Placed AFTER the production glob
|
||||
so MSBuild's "last Link wins" rule routes the fixture file into the same test output
|
||||
path as the production seed of the same name. Use for per-table fixtures (e.g. packs)
|
||||
where the production seed is too large to drive focused integration tests. -->
|
||||
<Content Include="..\SVSim.Bootstrap\Data\test-fixtures\seeds\*.json" Link="Data\seeds\%(Filename)%(Extension)">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<!-- Test-only fixtures live outside prod-captures so the production bootstrap glob doesn't
|
||||
pick them up (a fixture-named file would win the importer's reverse-alphabetical sort
|
||||
against a dated capture). Linked into the same test output dir so SeedGlobalsAsync sees
|
||||
|
||||
Reference in New Issue
Block a user