aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-06 20:00:41 +0800
committercrupest <crupest@outlook.com>2018-11-06 20:00:41 +0800
commiteb160e7de31cfbf1494e692bc8233093b5597b85 (patch)
tree6a89c725f1dd89805825161215c5f99464eb1987
parent1e93cde5d254eb21e8cdfb27c51c7488fa39dd60 (diff)
downloadcru-eb160e7de31cfbf1494e692bc8233093b5597b85.tar.gz
cru-eb160e7de31cfbf1494e692bc8233093b5597b85.tar.bz2
cru-eb160e7de31cfbf1494e692bc8233093b5597b85.zip
Update variables.
-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