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: