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 9f78885 commit 17bc6f8Copy full SHA for 17bc6f8
.github/workflows/tritonservercppsharp.yml
@@ -69,10 +69,9 @@ 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
- dotnet tritonservercppsharp.exe
73
- find
+ strace dotnet tritonservercppsharp.exe
74
75
76
- - uses: actions/upload-artifact@v4
77
- with:
78
- path: CppSharp/bin/
+# - uses: actions/upload-artifact@v4
+# with:
+# path: CppSharp/bin/
0 commit comments