@@ -277,10 +277,31 @@ stages:
277277
278278 - template : yaml-templates/run-nunit-tests.yaml
279279 parameters :
280- testRunTitle : Xamarin.Android.Build.Tests - Linux .NET 6 Smoke Tests
280+ testRunTitle : Xamarin.Android.Build.Tests - Linux Smoke Tests
281281 testAssembly : $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/$(DotNetStableTargetFramework)/Xamarin.Android.Build.Tests.dll
282282 dotNetTestExtraArgs : --filter "TestCategory = SmokeTests"
283- testResultsFile : TestResult-NETSmokeMSBuildTests-Linux-$(XA.Build.Configuration).xml
283+ testResultsFile : TestResult-SmokeMSBuildTests-Linux-$(XA.Build.Configuration).xml
284+
285+ - template : yaml-templates/run-nunit-tests.yaml
286+ parameters :
287+ testRunTitle : Xamarin.Android.Build.Tests - Linux PackagingTest
288+ testAssembly : $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/$(DotNetStableTargetFramework)/Xamarin.Android.Build.Tests.dll
289+ dotNetTestExtraArgs : --filter "Name = PackagingTest"
290+ testResultsFile : TestResult-PackagingTest-Linux-$(XA.Build.Configuration).xml
291+
292+ - template : yaml-templates/run-nunit-tests.yaml
293+ parameters :
294+ testRunTitle : Xamarin.Android.Build.Tests - Linux XASdkTests
295+ testAssembly : $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/$(DotNetStableTargetFramework)/Xamarin.Android.Build.Tests.dll
296+ dotNetTestExtraArgs : --filter "Name = XASdkTests"
297+ testResultsFile : TestResult-XASdkTests-Linux-$(XA.Build.Configuration).xml
298+
299+ - template : yaml-templates/run-nunit-tests.yaml
300+ parameters :
301+ testRunTitle : Xamarin.Android.Build.Tests - Linux AndroidDependenciesTests
302+ testAssembly : $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/$(DotNetStableTargetFramework)/Xamarin.Android.Build.Tests.dll
303+ dotNetTestExtraArgs : --filter "Name = AndroidDependenciesTests"
304+ testResultsFile : TestResult-AndroidDependenciesTests-Linux-$(XA.Build.Configuration).xml
284305
285306 - task : ShellScript@2
286307 displayName : Test dotnet-local.sh
0 commit comments