From: Viktor Hofer Date: Thu, 5 Aug 2021 13:21:32 +0000 (+0200) Subject: Build rid specific pkgs under condition and -s390x (#56906) X-Git-Tag: submit/tizen/20220110.044913~628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9268fbe638687c32db49f90ee0f05f6ddd3f62b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Build rid specific pkgs under condition and -s390x (#56906) Build rid specific packages under libraries only when targeting the primary runtime flavor to avoid duplicate packages being published. Remove the runtime.native.System.IO.Ports s390x variant as that one isn't built in official builds and causes the restore of the meta package runtime.native.System.IO.Ports to fail because of its missing dependency. --- diff --git a/src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj b/src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj deleted file mode 100644 index 2ae8829c985..00000000000 --- a/src/libraries/System.IO.Ports/pkg/runtime.linux-s390.runtime.native.System.IO.Ports.proj +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - true - - \ No newline at end of file diff --git a/src/libraries/libraries-packages.proj b/src/libraries/libraries-packages.proj index ebbce8353b0..4232bcfa433 100644 --- a/src/libraries/libraries-packages.proj +++ b/src/libraries/libraries-packages.proj @@ -11,10 +11,12 @@ - - - - + + + +