From 68b5e63b4e1a2a203e3d87e714e7cd9443fdd077 Mon Sep 17 00:00:00 2001 From: d-barker <31757611+d-barker@users.noreply.github.com> Date: Fri, 24 Jan 2020 16:51:04 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb3c35b..ecdd19c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,12 +47,12 @@ steps: displayName: 'Package Library' inputs: command: 'pack' - packagesToPack: './src/AspnetCore.Identity.MongoDbCore.csproj' + packagesToPack: './src/AspNetCore.Identity.MongoDbCore.csproj' versioningScheme: 'off' arguments: '-p:NuspecFile=AspnetCore.Identity.MongoDbCore.nuspec' packDirectory: $(build.artifactStagingDirectory)/Nuget nobuild: true - verbosityPack: 'Normal' + verbosityPack: 'Detailed' - task: NuGetCommand@2 displayName: 'Publish Library'