Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+2
-2
@@ -47,12 +47,12 @@ steps:
|
|||||||
displayName: 'Package Library'
|
displayName: 'Package Library'
|
||||||
inputs:
|
inputs:
|
||||||
command: 'pack'
|
command: 'pack'
|
||||||
packagesToPack: './src/AspnetCore.Identity.MongoDbCore.csproj'
|
packagesToPack: './src/AspNetCore.Identity.MongoDbCore.csproj'
|
||||||
versioningScheme: 'off'
|
versioningScheme: 'off'
|
||||||
arguments: '-p:NuspecFile=AspnetCore.Identity.MongoDbCore.nuspec'
|
arguments: '-p:NuspecFile=AspnetCore.Identity.MongoDbCore.nuspec'
|
||||||
packDirectory: $(build.artifactStagingDirectory)/Nuget
|
packDirectory: $(build.artifactStagingDirectory)/Nuget
|
||||||
nobuild: true
|
nobuild: true
|
||||||
verbosityPack: 'Normal'
|
verbosityPack: 'Detailed'
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'Publish Library'
|
displayName: 'Publish Library'
|
||||||
|
|||||||
Reference in New Issue
Block a user