From 110948e30348b499f506b6b0ccef6d946c737f75 Mon Sep 17 00:00:00 2001 From: iamcjbrown <47147401+iamcjbrown@users.noreply.github.com> Date: Thu, 16 Apr 2020 11:49:11 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 585bad57..42d9375f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,9 +22,9 @@ steps: inputs: restoreSolution: '$(solution)' -- task: VSBuild@1 +- task: MSBuild@1 inputs: - solution: '$(solution)' - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)' + solution: 'ExtendedWPFToolkitSolution/*.sln' + platform: '$(BuildPlatform)' + configuration: '$(BuildConfiguration)'