user/dotnet7: test build with portable RID #120

Closed
ayakael wants to merge 1 commit from dotnet7/build-with-linux-rid into edge

View file

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