aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c41d6b43..74a51bea 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,8 +8,8 @@ pool:
variables:
solution: '**/*.sln'
- buildPlatform: 'x64'
- buildConfiguration: 'Debug'
+ buildPlatform: 'x86, x64'
+ buildConfiguration: 'Debug, Release'
steps:
- task: VSBuild@1