Fix pack again

This commit is contained in:
Alexander Luzgarev 2018-10-14 16:58:00 +02:00 committed by GitHub
parent 34c553fc09
commit 2a39eb7a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,11 @@ steps:
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration)'
- task: NuGetCommand@2
displayName: 'nuget pack'
- task: DotNetCoreCLI@2
inputs:
command: pack
command: 'pack'
packagesToPack: '**/*.csproj'
configuration: 'release'
- task: PublishBuildArtifacts@1
displayName: 'publish artifacts'