From c5065308dbc49c0af34519533efb18150530d492 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Fri, 28 Aug 2026 20:56:41 +1000 Subject: [PATCH] Fix hosted test architecture selection --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1ed8cc..9920bb6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,7 +75,7 @@ stages: inputs: command: test projects: $(testProject) - arguments: '--configuration $(buildConfiguration)' + arguments: '--configuration $(buildConfiguration) --arch $(testArchitecture)' publishTestResults: true testRunTitle: Credential Provider $(testArchitecture)