Skip to content

Commit fe00f48

Browse files
authored
[ci] Don't run classic tests on the Windows build/test stage (#7860)
Quick and easy win: don't run Classic smoke tests on the Windows Build/Test stage. Saves ~22 minutes on CI.
1 parent 87aeea6 commit fe00f48

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build-tools/automation/yaml-templates/build-windows.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ stages:
114114

115115
- template: install-apkdiff.yaml
116116

117-
- template: run-nunit-tests.yaml
118-
parameters:
119-
useDotNet: false
120-
testRunTitle: Smoke MSBuild Tests - Windows Build Tree
121-
testAssembly: $(System.DefaultWorkingDirectory)\bin\Test$(XA.Build.Configuration)\net472\Xamarin.Android.Build.Tests.dll
122-
testResultsFile: TestResult-SmokeMSBuildTests-WinBuildTree-$(XA.Build.Configuration).xml
123-
nunitConsoleExtraArgs: --where "cat == SmokeTests"
124-
125117
- template: run-nunit-tests.yaml
126118
parameters:
127119
testRunTitle: Smoke MSBuild Tests - Windows Dotnet Build

0 commit comments

Comments
 (0)