Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
d-barker
2020-01-24 15:30:54 +08:00
parent 4ed2e6f6ec
commit 79f54b212f
+2 -2
View File
@@ -36,9 +36,9 @@ steps:
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
inputs: inputs:
command: 'pack' command: 'pack'
packagesToPack: './src/AspnetCore.Identity.MongoDbCore.nuspec' packagesToPack: './src/AspnetCore.Identity.MongoDbCore.csproj'
versioningScheme: 'off' versioningScheme: 'off'
modifyOutputPath: true arguments: '-p:NuspecFile=./src/AspnetCore.Identity.MongoDbCore.nuspec'
packDirectory: $(build.artifactStagingDirectory)/Nuget packDirectory: $(build.artifactStagingDirectory)/Nuget
nobuild: true nobuild: true