mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13: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)'
|
restoreSolution: '$(solution)'
|
||||||
feedsToUse: config
|
feedsToUse: config
|
||||||
|
|
||||||
- task: MSBuild@1
|
- task: VSBuild@1
|
||||||
inputs:
|
inputs:
|
||||||
solution: '$(solution)'
|
solution: '$(solution)'
|
||||||
#msbuildLocationMethod: 'version' # Optional. Options: version, location
|
vsVersion: 'latest'
|
||||||
#msbuildVersion: 'latest' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0
|
|
||||||
#msbuildArchitecture: 'x86' # Optional. Options: x86, x64
|
|
||||||
#msbuildLocation: # Optional
|
|
||||||
platform: $(buildPlatform)
|
platform: $(buildPlatform)
|
||||||
configuration: $(buildConfiguration)
|
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
|
- task: CopyFiles@2
|
||||||
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue