Skip to content

Commit 76cc614

Browse files
committed
Fix tests to include 20.04 ubuntu
1 parent 2ab9b8a commit 76cc614

File tree

10 files changed

+10
-8
lines changed

10 files changed

+10
-8
lines changed

src/Assets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TargetFramework>netcoreapp2.2</TargetFramework>
1010
<AssemblyName>dotnet-hello</AssemblyName>
1111
<OutputType>Exe</OutputType>
12-
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
12+
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
1313
<IsPackable>true</IsPackable>
1414
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
1515
</PropertyGroup>

src/Assets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TargetFramework>netcoreapp2.2</TargetFramework>
1010
<AssemblyName>dotnet-hello</AssemblyName>
1111
<OutputType>Exe</OutputType>
12-
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
12+
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
1313
<IsPackable>true</IsPackable>
1414
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
1515
</PropertyGroup>

src/Assets/TestProjects/AppWithCorruptedLaunchSettings/AppWithCorruptedLaunchSettings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
7-
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
7+
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
88
</PropertyGroup>
99
</Project>

src/Assets/TestProjects/AppWithLaunchSettings/AppWithLaunchSettings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
7-
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
7+
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
88
</PropertyGroup>
99
</Project>

src/Assets/TestProjects/AppWithLaunchSettingsNoDefault/AppWithLaunchSettingsNoDefault.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
7-
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
7+
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
88
</PropertyGroup>
99
</Project>

src/Assets/TestProjects/AppWithLibraryAndRid/App/App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
6-
<RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;osx.10.15-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.14.04-x64;win10-x64;win81-x64</RuntimeIdentifiers>
6+
<RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;osx.10.15-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.14.04-x64;win10-x64;win81-x64</RuntimeIdentifiers>
77
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
88
</PropertyGroup>
99

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRid/NativeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public static string InvokeNativeCodeAndReturnAString()
1010
{
1111
switch(GetRidStoredInAssemblyDescriptionAttribute())
1212
{
13+
case "'ubuntu.20.04-x64'":
1314
case "'ubuntu.18.04-x64'":
1415
case "'ubuntu.16.04-x64'":
1516
case "'ubuntu.14.04-x64'":

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRids/LibraryWithRids.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard1.4</TargetFramework>
4-
<RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;osx.10.15-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.14.04-x64;win10-x64;win81-x64</RuntimeIdentifiers>
4+
<RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;osx.10.14-x64;osx.10.15-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.14.04-x64;win10-x64;win81-x64</RuntimeIdentifiers>
55
<Description>'$(RuntimeIdentifier)'</Description>
66
</PropertyGroup>
77
<ItemGroup>

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRids/NativeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public static string InvokeNativeCodeAndReturnAString()
1010
{
1111
switch(GetRidStoredInAssemblyDescriptionAttribute())
1212
{
13+
case "'ubuntu.20.04-x64'":
1314
case "'ubuntu.18.04-x64'":
1415
case "'ubuntu.16.04-x64'":
1516
case "'ubuntu.14.04-x64'":

src/Assets/TestProjects/MSBuildTestApp/MSBuildTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>$(CurrentTargetFramework)</TargetFramework>
7-
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
7+
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;ubuntu.16.10-x64;rhel.8-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
88
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(RestoreAdditionalProjectSources);$(TEST_PACKAGES)</RestoreAdditionalProjectSources>
99
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)