From 5f242a79c8259124d930b98fa5d3744c863aafa7 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Thu, 28 Jan 2021 08:23:31 +0100 Subject: [PATCH] Changed the order of the installation of the MSBuild Tasks, otherwise this will certainly not work. --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2b613130b..329355afa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,10 @@ stages: steps: - task: NuGetToolInstaller@1 + - powershell: | + choco install msbuild.communitytasks + displayName: 'Installing MSBuild community tasks' + - task: NuGetCommand@2 displayName: NuGet restore inputs: @@ -37,10 +41,6 @@ stages: restoreSolution: '$(solution)' feedsToUse: config - - powershell: | - choco install msbuild.communitytasks - displayName: 'Installing MSBuild community tasks' - - task: MSBuild@1 displayName: Generate templates inputs: