Skip to content

Commit

Permalink
[C#] Address Packaging pipeline failure (#22307)
Browse files Browse the repository at this point in the history
### Description
Add new test data copy to 2 more test projects.
  • Loading branch information
yuslepukhin authored Oct 5, 2024
1 parent 9f3676b commit 96a1ce1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
<None Include="$(OnnxRuntimeCSharpRoot)\..\onnxruntime\test\testdata\lora\two_params_lora_model.onnx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
<None Include="$(OnnxRuntimeCSharpRoot)\..\onnxruntime\test\testdata\lora\two_params_lora_model.onnx_adapter">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>

<!-- test data as embedded resources for mobile scenarios -->
<EmbeddedResource Include="..\..\testdata\*">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,15 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
</ItemGroup>
<None Include="$(OnnxRuntimeRoot)\onnxruntime\test\testdata\lora\two_params_lora_model.onnx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
<None Include="$(OnnxRuntimeRoot)\onnxruntime\test\testdata\lora\two_params_lora_model.onnx_adapter">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
</ItemGroup>

<ItemGroup Condition="'$(IsAndroidBuild)' == 'true'">
<!-- local build -->
Expand Down

0 comments on commit 96a1ce1

Please sign in to comment.