From b22254b3dc77b15dcdb06dd334a5906a9f730358 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Wed, 1 Feb 2023 07:45:41 +1100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7794d8f..11a39f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ steps: command: build publishWebProjects: false arguments: '-c $(buildConfiguration) -p:Version=$(build.version)' - projects: '**/*.csproj' + projects: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj' zipAfterPublish: false - task: DotNetCoreCLI@2