1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-15 07:29:49 +00:00

Update azure-pipelines.yml for Azure Pipelines (platform)

This commit is contained in:
Juraj Borza 2019-04-14 12:50:25 +02:00
parent dc94c7235c
commit 4a5c0dae24

View File

@ -11,7 +11,7 @@ pool:
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildPlatform: 'x86'
buildConfiguration: 'Release'
steps: