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 3a52487 commit d93024bCopy full SHA for d93024b
.github/workflows/tritonservercppsharp.yml
@@ -58,6 +58,7 @@ jobs:
58
# -r:CppSharp/bin/Release_x64/CppSharp.dll -r:CppSharp/bin/Release_x64/CppSharp.AST.dll -r:CppSharp/bin/Release_x64/CppSharp.Parser.dll
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
63
find
64
0 commit comments