Skip to content

Commit bb4ddc7

Browse files
authored
Try fixing the ci pipeline (#443)
1 parent 6ea30d1 commit bb4ddc7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sdk_v2/cs/test/FoundryLocal.Tests/Microsoft.AI.Foundry.Local.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
</None>
3838
</ItemGroup>
3939

40+
<ItemGroup Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(UseWinML)' != 'true'">
41+
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu.Linux" Version="1.24.1" ExcludeAssets="all" PrivateAssets="all" />
42+
</ItemGroup>
43+
4044
<ItemGroup>
4145
<PackageReference Include="coverlet.collector" Version="6.0.4">
4246
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)