Skip to content

Commit b316f19

Browse files
copy approval tests to output folder
1 parent e3e09e4 commit b316f19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/Microsoft.ML.GenAI.Phi.Tests/Microsoft.ML.GenAI.Phi.Tests.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
<PackageReference Include="Microsoft.ML.TestTokenizers" Version="$(MicrosoftMLTestTokenizersVersion)" />
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<None Update="Approvals\**\*">
26+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27+
</None>
28+
</ItemGroup>
29+
2430
<ItemGroup Condition="'$(TargetArchitecture)' != 'x64'">
2531
<Compile Remove="Phi2Tests.cs" />
2632
<Compile Remove="Phi3Tests.cs" />

0 commit comments

Comments
 (0)