Skip to content

Commit e0f13f6

Browse files
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 a819c70 commit e0f13f6

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

Lines changed: 5 additions & 0 deletions
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)