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 d93024b commit e1336b2Copy full SHA for e1336b2
.github/workflows/tritonservercppsharp.yml
@@ -59,7 +59,7 @@ jobs:
59
export LD_LIBRARY_PATH=CppSharp/bin/Release_x64/
60
dotnet "$DOTNET_ROOT/sdk/$DOTNETSDKVER/Roslyn/bincore/csc.dll" $(find "$DOTNETLIBDIR" -name "*.dll" -printf '-r:"%p" ') $(find CppSharp/bin/ -name "*.dll" -printf '-r:"%p" ') -target:library -out:tritonservercppsharp.exe tritonservercppsharp.cs
61
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"' $DONETFWKVER '"}}}' > runtimeconfig.json
62
- ./tritonservercppsharp.exe
+ dotnet ./tritonservercppsharp.exe
63
find
64
65
0 commit comments