Compare commits

...

1 commit

Author SHA1 Message Date
ce8b8971f5
TargetRid=linux-musl-x64 2023-04-19 12:52:40 -04:00

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" \