Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user