We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116075d commit cd654aaCopy full SHA for cd654aa
.github/workflows/tritonservercppsharp.yml
@@ -49,7 +49,7 @@ jobs:
49
#"$HOME/.dotnet"
50
DOTNET_ROOT=/usr/share/dotnet
51
DOTNETSDKVER=$(dotnet --version)
52
- DOTNETFWKVER=$(dotnet --list-runtimes | grep Microsoft.NETCore.App | tail -n 1 | cut -d " " -f2)
+ DOTNETFWKVER=$(dotnet --list-runtimes | grep Microsoft.NETCore.App | head -n 1 | cut -d " " -f2)
53
DOTNETLIBDIR="$DOTNET_ROOT/shared/Microsoft.NETCore.App/$DOTNETFWKVER"
54
dotnet --version
55
dotnet --list-runtimes
0 commit comments