mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Changed the order of the installation of the MSBuild Tasks, otherwise this will certainly not work.
This commit is contained in:
parent
5103cb5da6
commit
5f242a79c8
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue