Azure pipelines: tests and pack #5

Merged
mahalex merged 5 commits from azure-pipelines-tests into master 2018-10-14 16:06:17 +00:00
Showing only changes of commit 2a39eb7a6c - Show all commits

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'