Skip to content

Commit d93024b

Browse files
committed
...
1 parent 3a52487 commit d93024b

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
@@ -58,6 +58,7 @@ jobs:
5858
# -r:CppSharp/bin/Release_x64/CppSharp.dll -r:CppSharp/bin/Release_x64/CppSharp.AST.dll -r:CppSharp/bin/Release_x64/CppSharp.Parser.dll
5959
export LD_LIBRARY_PATH=CppSharp/bin/Release_x64/
6060
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
6162
./tritonservercppsharp.exe
6263
find
6364

0 commit comments

Comments
 (0)