From 91bcac9571e154d81968e1dfb0cf4cc9a4244229 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 13 Mar 2022 21:25:01 -0400 Subject: [PATCH] Fix build against musl --- .../dotnet-suggest.Tests.csproj | 13 +++++++++++++ .../dotnet-suggest.csproj | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj b/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj index da6abedf0b..3d738ac9a6 100644 --- a/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj +++ b/src/System.CommandLine.Suggest.Tests/dotnet-suggest.Tests.csproj @@ -38,6 +38,15 @@ + + + + + + true + false + + $([System.IO.Path]::GetFullPath('$(OutputPath)'))/TestAssets @@ -56,6 +65,10 @@ linux-x64 + + linux-musl-x64 + + diff --git a/src/System.CommandLine.Suggest/dotnet-suggest.csproj b/src/System.CommandLine.Suggest/dotnet-suggest.csproj index fd82500868..b18096e2b0 100644 --- a/src/System.CommandLine.Suggest/dotnet-suggest.csproj +++ b/src/System.CommandLine.Suggest/dotnet-suggest.csproj @@ -6,7 +6,7 @@ true dotnet-suggest dotnet-suggest - win-x64;win-x86;osx-x64;linux-x64 + win-x64;win-x86;osx-x64;linux-x64;linux-musl-x64 $(OutputPath) .1