From fc92bfdef1d8a1d28c4407fe601bc34cc3aab46d Mon Sep 17 00:00:00 2001 From: Kyle Swartz Date: Thu, 24 Mar 2022 15:29:07 -0400 Subject: [PATCH] Update azure-pipelines.yml Only one folder --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a97f867..fafefdf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: vmImage: $(imageName) variables: - solution: '**\sdk\*.sln;**\secure-app-model\**\*.sln' + solution: '**\sdk\*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release'