1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-07 16:16:37 +00:00
This commit is contained in:
jborza 2019-04-14 13:24:08 +02:00
commit 21320d66f7

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: