Changed the order of the installation of the MSBuild Tasks, otherwise this will certainly not work.

This commit is contained in:
Robin Krom 2021-01-28 08:23:31 +01:00
commit 5f242a79c8

View file

@ -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: