Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+4
-7
@@ -44,14 +44,11 @@ steps:
|
|||||||
# arguments: '--configuration $(buildConfiguration)'
|
# arguments: '--configuration $(buildConfiguration)'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Package Library'
|
|
||||||
inputs:
|
inputs:
|
||||||
command: 'pack'
|
command: 'custom'
|
||||||
packagesToPack: './src/AspNetCore.Identity.MongoDbCore.csproj'
|
projects: './src/AspNetCore.Identity.MongoDbCore.csproj'
|
||||||
versioningScheme: 'off'
|
custom: 'pack'
|
||||||
arguments: '-p:NuspecFile=AspnetCore.Identity.MongoDbCore.nuspec'
|
arguments: '--no-build -p:NuspecFile=AspNetCore.Identity.MongoDbCore.nuspec -o $(build.artifactStagingDirectory)/Nuget'
|
||||||
packDirectory: $(build.artifactStagingDirectory)/Nuget
|
|
||||||
nobuild: true
|
|
||||||
verbosityPack: 'Detailed'
|
verbosityPack: 'Detailed'
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
|
|||||||
Reference in New Issue
Block a user