Skip to content

Commit 7ab2e69

Browse files
committed
fixed onnx files not being included
1 parent a2105af commit 7ab2e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.ML.AutoML.Tests/Microsoft.ML.AutoML.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646

47-
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64'">
47+
<ItemGroup>
4848
<Content Include="$(ArtifactsObjDir)DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx">
4949
<Link>DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx</Link>
5050
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)