From 4b521bf745e4e964ea18c15f8155db591af8f2a7 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 6 Mar 2023 12:06:10 -1000 Subject: [PATCH] [ci] Don't run classic tests on the Windows build/test stage. --- build-tools/automation/yaml-templates/build-windows.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-tools/automation/yaml-templates/build-windows.yaml b/build-tools/automation/yaml-templates/build-windows.yaml index 626b75095de..f83cbde1a73 100644 --- a/build-tools/automation/yaml-templates/build-windows.yaml +++ b/build-tools/automation/yaml-templates/build-windows.yaml @@ -114,14 +114,6 @@ stages: - template: install-apkdiff.yaml - - template: run-nunit-tests.yaml - parameters: - useDotNet: false - testRunTitle: Smoke MSBuild Tests - Windows Build Tree - testAssembly: $(System.DefaultWorkingDirectory)\bin\Test$(XA.Build.Configuration)\net472\Xamarin.Android.Build.Tests.dll - testResultsFile: TestResult-SmokeMSBuildTests-WinBuildTree-$(XA.Build.Configuration).xml - nunitConsoleExtraArgs: --where "cat == SmokeTests" - - template: run-nunit-tests.yaml parameters: testRunTitle: Smoke MSBuild Tests - Windows Dotnet Build