Skip to content

Commit eee505e

Browse files
committed
fix: console-app path for linux-musl-x64
1 parent 232a610 commit eee505e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration-test/runtime.Tests.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ internal class FakeTransport : ITransport
5151
{
5252
return "./console-app/bin/Release/$framework/win-x64/publish/console-app.exe"
5353
}
54+
elseif ((ldd --version 2>&1) -match 'musl')
55+
{
56+
return "./console-app/bin/Release/$framework/linux-musl-x64/publish/console-app"
57+
}
5458
else
5559
{
5660
return "./console-app/bin/Release/$framework/linux-x64/publish/console-app"

0 commit comments

Comments
 (0)