mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Fixing azure-pipelines.yml (again)
This commit is contained in:
parent
c2e1bc466c
commit
084fc988a7
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ stages:
|
||||||
vmImage: 'Windows-latest'
|
vmImage: 'Windows-latest'
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
solution: '**/src/*.sln'
|
solution: 'Greenshot.sln'
|
||||||
buildPlatform: 'Any CPU'
|
buildPlatform: 'Any CPU'
|
||||||
buildConfiguration: 'Release'
|
buildConfiguration: 'Release'
|
||||||
|
|
||||||
|
@ -29,12 +29,13 @@ stages:
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: NuGet restore
|
displayName: NuGet restore
|
||||||
inputs:
|
inputs:
|
||||||
|
command: 'restore'
|
||||||
restoreSolution: '$(solution)'
|
restoreSolution: '$(solution)'
|
||||||
feedsToUse: config
|
feedsToUse: config
|
||||||
|
|
||||||
- task: MSBuild@1
|
- task: MSBuild@1
|
||||||
inputs:
|
inputs:
|
||||||
solution: 'Greenshot.sln'
|
solution: '$(solution)'
|
||||||
#msbuildLocationMethod: 'version' # Optional. Options: version, location
|
#msbuildLocationMethod: 'version' # Optional. Options: version, location
|
||||||
#msbuildVersion: 'latest' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0
|
#msbuildVersion: 'latest' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0
|
||||||
#msbuildArchitecture: 'x86' # Optional. Options: x86, x64
|
#msbuildArchitecture: 'x86' # Optional. Options: x86, x64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue