diff --git a/eng/Signing.props b/eng/Signing.props index c1ff2d8ba476b0..12fc319128c6a6 100644 --- a/eng/Signing.props +++ b/eng/Signing.props @@ -27,10 +27,10 @@ - @@ -38,6 +38,15 @@ + + + + + + @@ -71,4 +80,4 @@ SkipPublish="true" /> - \ No newline at end of file + diff --git a/src/installer/pkg/sfx/Directory.Build.props b/src/installer/pkg/sfx/Directory.Build.props index 55c353786aee2f..e962fe15306977 100644 --- a/src/installer/pkg/sfx/Directory.Build.props +++ b/src/installer/pkg/sfx/Directory.Build.props @@ -14,7 +14,7 @@ true - true + true true true diff --git a/src/installer/pkg/sfx/installers.proj b/src/installer/pkg/sfx/installers.proj index 41fe958ed6bb40..c172f12ea8fcaa 100644 --- a/src/installer/pkg/sfx/installers.proj +++ b/src/installer/pkg/sfx/installers.proj @@ -10,15 +10,8 @@ - - - - - - - - - + + diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.9.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.9.proj deleted file mode 100644 index 9a62e9d99cc547..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-centos.9.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - centos.9 - - - - - - diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.2.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.2.proj deleted file mode 100644 index ec16b10ff3412a..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.2.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - cm.2 - - - - - - diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-debian.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-debian.proj index 5de6a0342a8e9b..799ce7ea41a0fc 100644 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-debian.proj +++ b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-debian.proj @@ -1,15 +1,13 @@ - true + true false - - - - - + + + + diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.27.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.27.proj deleted file mode 100644 index 340764f21951ca..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.27.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - fedora.27 - - - - - - \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.34.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.15.proj similarity index 64% rename from src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.34.proj rename to src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.15.proj index 6b7944307d767b..e77b51aff35553 100644 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-fedora.34.proj +++ b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.15.proj @@ -2,10 +2,10 @@ false true - fedora.34 + opensuse.15 - + diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.42.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.42.proj deleted file mode 100644 index 32f385456cb143..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-opensuse.42.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - opensuse.42 - - - - - - \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-oraclelinux.8.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-oraclelinux.8.proj deleted file mode 100644 index 635548c4f71315..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-oraclelinux.8.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - oraclelinux.8 - - - - - - \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-rhel.8.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-rhel.8.proj deleted file mode 100644 index 190f179110f6dc..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-rhel.8.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - rhel.8 - - - - - - \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.12.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.12.proj deleted file mode 100644 index c0ef74d89da77f..00000000000000 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.12.proj +++ /dev/null @@ -1,11 +0,0 @@ - - - false - true - sles.12 - - - - - - \ No newline at end of file diff --git a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.1.proj b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.15.proj similarity index 65% rename from src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.1.proj rename to src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.15.proj index fbb188a84a4e85..c331ea10815b13 100644 --- a/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-cm.1.proj +++ b/src/installer/pkg/sfx/installers/dotnet-runtime-deps/dotnet-runtime-deps-sles.15.proj @@ -2,10 +2,10 @@ false true - cm.1 + sles.15 - +