From 66c8654da0d5862fa70cca6dec9b5d5d62f4f580 Mon Sep 17 00:00:00 2001 From: Nomango Date: Thu, 4 Apr 2019 05:57:21 +0000 Subject: [PATCH] Updated azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b90eb1a..b6db5d62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,9 @@ variables: buildPlatform: 'x86' buildConfiguration: 'Release' +steps: +- task: VSBuild@1 + - task: VSBuild@1 inputs: solution: '$(solution)'