Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+6
-5
@@ -27,19 +27,20 @@ steps:
|
|||||||
projects: './src/AspNetCore.Identity.MongoDbCore.csproj'
|
projects: './src/AspNetCore.Identity.MongoDbCore.csproj'
|
||||||
arguments: '--configuration $(buildConfiguration)'
|
arguments: '--configuration $(buildConfiguration)'
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
platform: '$(buildPlatform)'
|
command: 'build'
|
||||||
configuration: '$(buildConfiguration)'
|
projects: './test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.IntegrationTests.csproj'
|
||||||
|
arguments: '--configuration $(buildConfiguration)'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'pack'
|
command: 'pack'
|
||||||
packagesToPack: './src/AspNetCore.Identity.MongoDbCore.csproj'
|
packagesToPack: './src/AspnetCore.Identity.MongoDbCore.nuspec'
|
||||||
versioningScheme: 'off'
|
versioningScheme: 'off'
|
||||||
arguments: '--configuration $(buildConfiguration) -p:NuspecFile=AspnetCore.Identity.MongoDbCore.nuspec'
|
|
||||||
modifyOutputPath: true
|
modifyOutputPath: true
|
||||||
packDirectory: $(build.artifactStagingDirectory)/Nuget
|
packDirectory: $(build.artifactStagingDirectory)/Nuget
|
||||||
|
nobuild: true
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user