diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6654f3b..13eecb1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'