summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 12:21:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 12:21:51 +0200
commite18f5a3f29638b848484f20aa9cce8633027fe07 (patch)
tree4eebfb5cd8567748af7d167ef0e030aa1ab2853e /azure-pipelines.yml
parentd8b06b2d27aac6b72562a625e3aafcc40c911c5a (diff)
downloadATCD-e18f5a3f29638b848484f20aa9cce8633027fe07.tar.gz
Correct matrix
* azure-pipelines.yml:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3f65d756956..7fdf0c07536 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -71,7 +71,7 @@ jobs:
vcpkglibdir: debug\lib
vcpkgpackages: 'openssl xerces-c[xmlch-wchar]'
OptionalFeatures: uses_wchar=1
- VS2017WChar:
+ VS2017Debug64:
vmimage: vs2017-win2016
mpctype: vs2017
BuildPlatform: x64
@@ -79,7 +79,7 @@ jobs:
vcpkgarch: x64-windows
vcpkglibdir: debug\lib
vcpkgpackages: openssl xerces-c
- VS2017WChar:
+ VS2017Release64:
vmimage: vs2017-win2016
mpctype: vs2017
BuildPlatform: x64