From 1e378eb1db0b83dff322e9b0dd60ccca985969cf Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 09:16:02 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 286f9a4..b0c6a31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,7 +83,7 @@ stages: nobuild: true includesymbols: true versioningScheme: 'off' - + - task: DotNetCoreCLI@2 inputs: command: 'custom' @@ -165,6 +165,8 @@ stages: displayName: dotnet publish inputs: command: 'publish' + publishWebProjects: false + projects: 'src/Lithnet.CredentialProvider.Management/Lithnet.CredentialProvider.Management.csproj' arguments: '-c $(buildConfiguration) -p:Version=$(build.version) --output "$(Build.ArtifactStagingDirectory)\ps"' zipAfterPublish: false modifyOutputPath: false