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