Skip to content

Commit 17bc6f8

Browse files
committed
...
1 parent 9f78885 commit 17bc6f8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ 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-
dotnet tritonservercppsharp.exe
73-
find
72+
strace dotnet tritonservercppsharp.exe
7473
7574
76-
- uses: actions/upload-artifact@v4
77-
with:
78-
path: CppSharp/bin/
75+
# - uses: actions/upload-artifact@v4
76+
# with:
77+
# path: CppSharp/bin/

0 commit comments

Comments
 (0)