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 232a610 commit eee505eCopy full SHA for eee505e
integration-test/runtime.Tests.ps1
@@ -51,6 +51,10 @@ internal class FakeTransport : ITransport
51
{
52
return "./console-app/bin/Release/$framework/win-x64/publish/console-app.exe"
53
}
54
+ elseif ((ldd --version 2>&1) -match 'musl')
55
+ {
56
+ return "./console-app/bin/Release/$framework/linux-musl-x64/publish/console-app"
57
+ }
58
else
59
60
return "./console-app/bin/Release/$framework/linux-x64/publish/console-app"
0 commit comments