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 17bc6f8 commit 3ce81f2Copy full SHA for 3ce81f2
.github/workflows/tritonservercppsharp.yml
@@ -69,6 +69,7 @@ jobs:
69
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:exe -out:tritonservercppsharp.exe tritonservercppsharp.cs
70
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"'$DOTNETFWKVER'"}}}' > tritonservercppsharp.runtimeconfig.json
71
echo BEFORE
72
+ find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
73
strace dotnet tritonservercppsharp.exe
74
75
0 commit comments