mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Changed from msbuild to vsbuild to hopefully fix the build.
This commit is contained in:
parent
2aaac6edc6
commit
011bfce103
1 changed files with 3 additions and 12 deletions
|
@ -34,21 +34,12 @@ stages:
|
|||
restoreSolution: '$(solution)'
|
||||
feedsToUse: config
|
||||
|
||||
- task: MSBuild@1
|
||||
- task: VSBuild@1
|
||||
inputs:
|
||||
solution: '$(solution)'
|
||||
#msbuildLocationMethod: 'version' # Optional. Options: version, location
|
||||
#msbuildVersion: 'latest' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0
|
||||
#msbuildArchitecture: 'x86' # Optional. Options: x86, x64
|
||||
#msbuildLocation: # Optional
|
||||
vsVersion: 'latest'
|
||||
platform: $(buildPlatform)
|
||||
configuration: $(buildConfiguration)
|
||||
#msbuildArguments: # Optional
|
||||
#clean: false # Optional
|
||||
#maximumCpuCount: false # Optional
|
||||
#logProjectEvents: false # Optional
|
||||
#createLogFile: false # Optional
|
||||
#logFileVerbosity: 'normal' # Optional. Options: quiet, minimal, normal, detailed, diagnostic
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue