Skip to content

Commit

Permalink
fix code generator tests failure (#5520)
Browse files Browse the repository at this point in the history
* 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 <5262061+mstfbl@users.noreply.github.com>
  • Loading branch information
frank-dong-ms-zz and mstfbl authored Dec 1, 2020
1 parent a819c70 commit e0f13f6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
</None>
</ItemGroup>

<ItemGroup>
<NativeAssemblyReference Include="MklImports" />
<NativeAssemblyReference Condition="'$(OS)' == 'Windows_NT'" Include="libiomp5md" />
</ItemGroup>

</Project>

0 comments on commit e0f13f6

Please sign in to comment.