Skip to content

Commit 3ce81f2

Browse files
committed
...
1 parent 17bc6f8 commit 3ce81f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
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
7070
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"'$DOTNETFWKVER'"}}}' > tritonservercppsharp.runtimeconfig.json
7171
echo BEFORE
72+
find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
7273
strace dotnet tritonservercppsharp.exe
7374
7475

0 commit comments

Comments
 (0)