Skip to content

Commit f151a4a

Browse files
frank-dong-ms-zzmstfbl
authored andcommitted
fix code generator tests failure (#5520)
* Added fixes for official builds * Make .sh files executable * fix mkl nuget issue * fix code generate test fails * only add necessary dependency Co-authored-by: Mustafa Bal <[email protected]>
1 parent 732dc1f commit f151a4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Microsoft.ML.CodeGenerator.Tests/Microsoft.ML.CodeGenerator.Tests.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@
1717
</None>
1818
</ItemGroup>
1919

20+
<ItemGroup>
21+
<NativeAssemblyReference Include="MklImports" />
22+
<NativeAssemblyReference Condition="'$(OS)' == 'Windows_NT'" Include="libiomp5md" />
23+
</ItemGroup>
24+
2025
</Project>

0 commit comments

Comments
 (0)