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