From 0dec73a0ef06f695dd37d62e5ac8fd1b38acee79 Mon Sep 17 00:00:00 2001 From: fw2568 Date: Wed, 12 Jun 2019 16:54:39 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 521bd541..97801c20 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,17 +26,17 @@ steps: inputs: updateAssemblyInfo: true -- task: MSBuild@1 +- task: VSBuild@1 inputs: platform: x86 configuration: Release -- task: MSBuild@1 +- task: VSBuild@1 inputs: platform: x64 configuration: Release -- task: MSBuild@1 +- task: VSBuild@1 inputs: platform: AnyCPU configuration: Release