We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52be369 + bb5debc commit 1579bd7Copy full SHA for 1579bd7
eng/pipelines/templates/jobs/sdk-build.yml
@@ -105,8 +105,9 @@ jobs:
105
BuildConfig: $(buildConfiguration)
106
TestFullMSBuild: ${{ parameters.testFullMSBuild }}
107
108
- - powershell: build/RunTestTemplateTests.ps1
109
- displayName: 🟣 Run Test Templates Tests
+ - ${{ if eq(parameters.targetArchitecture, 'x64') }}:
+ - powershell: build/RunTestTemplateTests.ps1
110
+ displayName: 🟣 Run Test Templates Tests
111
112
- ${{ else }}:
113
- script: |
0 commit comments