From 79f54b212fa36097f50b511f8f0daca4fdfefe8a Mon Sep 17 00:00:00 2001 From: d-barker <31757611+d-barker@users.noreply.github.com> Date: Fri, 24 Jan 2020 15:30:54 +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 f3d1639..0d2d460 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,9 +36,9 @@ steps: - task: DotNetCoreCLI@2 inputs: command: 'pack' - packagesToPack: './src/AspnetCore.Identity.MongoDbCore.nuspec' + packagesToPack: './src/AspnetCore.Identity.MongoDbCore.csproj' versioningScheme: 'off' - modifyOutputPath: true + arguments: '-p:NuspecFile=./src/AspnetCore.Identity.MongoDbCore.nuspec' packDirectory: $(build.artifactStagingDirectory)/Nuget nobuild: true