1version: '{build}' 2pull_requests: 3 do_not_increment_build_number: true 4skip_tags: true 5image: Visual Studio 2017 6configuration: 7 - Debug 8 - Release 9platform: 10 - x86 11 - x64 12build: 13 project: tpm2-tss.sln 14 parallel: false 15 verbosity: normal 16