TargetRid=linux-musl-x64
This commit is contained in:
parent
4475e701f0
commit
ce8b8971f5
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue