user/dotnet7: test build with portable RID #120
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||||
|
|
Loading…
Reference in a new issue