From 7b47c60eaac36505c115147397d6ae3ad6f42c29 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 09:09:11 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e09fec2..1f12dba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,7 +81,7 @@ stages: nobuild: true includesymbols: true arguments: '-p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\cp' - projects: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj' + packagesToPack: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj' - task: DotNetCoreCLI@2 inputs: