Skip to content

Commit 1579bd7

Browse files
authored
Only run the test templates on x64 (#50908)
2 parents 52be369 + bb5debc commit 1579bd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eng/pipelines/templates/jobs/sdk-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ jobs:
105105
BuildConfig: $(buildConfiguration)
106106
TestFullMSBuild: ${{ parameters.testFullMSBuild }}
107107

108-
- powershell: build/RunTestTemplateTests.ps1
109-
displayName: 🟣 Run Test Templates Tests
108+
- ${{ if eq(parameters.targetArchitecture, 'x64') }}:
109+
- powershell: build/RunTestTemplateTests.ps1
110+
displayName: 🟣 Run Test Templates Tests
110111

111112
- ${{ else }}:
112113
- script: |

0 commit comments

Comments
 (0)