This commit is contained in:
jborza 2019-04-14 13:24:08 +02:00
commit 21320d66f7
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ trigger:
- master
pool:
vmImage: 'VS2017-Win2016'
vmImage: 'windows-2019'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildPlatform: 'x86'
buildConfiguration: 'Release'
steps: