mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -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:
|
steps:
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
|
- powershell: |
|
||||||
|
choco install msbuild.communitytasks
|
||||||
|
displayName: 'Installing MSBuild community tasks'
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: NuGet restore
|
displayName: NuGet restore
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -37,10 +41,6 @@ stages:
|
||||||
restoreSolution: '$(solution)'
|
restoreSolution: '$(solution)'
|
||||||
feedsToUse: config
|
feedsToUse: config
|
||||||
|
|
||||||
- powershell: |
|
|
||||||
choco install msbuild.communitytasks
|
|
||||||
displayName: 'Installing MSBuild community tasks'
|
|
||||||
|
|
||||||
- task: MSBuild@1
|
- task: MSBuild@1
|
||||||
displayName: Generate templates
|
displayName: Generate templates
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue