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 b8509c3 commit fd3bc7aCopy full SHA for fd3bc7a
.github/workflows/tritonservercppsharp.yml
@@ -64,7 +64,7 @@ jobs:
64
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
65
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"'$DOTNETFWKVER'"}}}' > tritonservercppsharp.runtimeconfig.json
66
find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
67
- dotnet tritonservercppsharp.exe || true
+ dotnet tritonservercppsharp.exe
68
69
70
- uses: actions/upload-artifact@v4
0 commit comments