user/dotnet7: test build with portable RID #120

Closed
ayakael wants to merge 1 commit from dotnet7/build-with-linux-rid into edge
Showing only changes of commit ce8b8971f5 - Show all commits

View file

@ -283,7 +283,7 @@ build() {
local VERSION_ID="${VERSION_ID%_*}"
local VERSION_ID_DASH="${VERSION_ID//[^_]}"
done
local args="$args /p:TargetRid=$ID.$VERSION_ID-$_dotnet_arch"
local args="$args /p:TargetRid=linux-musl-x64"
./build.sh \
--with-sdk "$_cli_root" \