Update copy location

This commit is contained in:
Derek Bailey
2025-01-09 21:27:04 -08:00
parent 26e77dce41
commit 5c14ee7e8b
2 changed files with 1 additions and 2 deletions

View File

@@ -215,6 +215,7 @@ jobs:
- name: Run net6.0
run: |
cd tests\FlatBuffers.Test\bin\Release\net6.0
dir
.\FlatBuffers.Test.exe
- name: Run net8.0
run: |

View File

@@ -189,12 +189,10 @@
<Content Include="..\monsterdata_test.mon">
<Link>Resources\monsterdata_test.mon</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>%(Framework)</TargetPath>
</Content>
<Content Include="..\monsterdata_test.json">
<Link>Resources\monsterdata_test.json</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>%(Framework)</TargetPath>
</Content>
</ItemGroup>