Updating .yml file to run on vs2019 with MSBuild 16

This commit is contained in:
Barbara Kudiess 2020-03-03 16:09:25 -08:00
parent 08ad52e37a
commit 108c371b5c

View file

@ -8,7 +8,7 @@ trigger:
- dev - dev
pool: pool:
vmImage: 'vs2017-win2016' #'due to windows SDK dependency for building UWP project' vmImage: 'windows-2019' #'due to windows SDK dependency for building UWP project'
variables: variables:
solution: '**/*.sln' solution: '**/*.sln'