Fix hosted test architecture selection

This commit is contained in:
Ryan Newington
2026-08-28 20:56:41 +10:00
parent ff088cee23
commit c5065308db
+1 -1
View File
@@ -75,7 +75,7 @@ stages:
inputs:
command: test
projects: $(testProject)
arguments: '--configuration $(buildConfiguration)'
arguments: '--configuration $(buildConfiguration) --arch $(testArchitecture)'
publishTestResults: true
testRunTitle: Credential Provider $(testArchitecture)