From a1c6dea29eca6a37791dad88f1311aaa1a9af451 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 09:14:32 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f12dba..286f9a4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -77,12 +77,13 @@ stages: - task: DotNetCoreCLI@2 displayName: dotnet pack inputs: - command: pack + command: 'pack' + packagesToPack: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj' + packDirectory: '$(Build.ArtifactStagingDirectory)\cp' nobuild: true includesymbols: true - arguments: '-p:PackageOutputPath=$(Build.ArtifactStagingDirectory)\cp' - packagesToPack: 'src/Lithnet.CredentialProvider/Lithnet.CredentialProvider.csproj' - + versioningScheme: 'off' + - task: DotNetCoreCLI@2 inputs: command: 'custom'