mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
azure-pipelines.yml fixed wrong task arguments msbuildArg -> msbuildArguments
This commit is contained in:
parent
e621e499cf
commit
e780830d3d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ stages:
|
|||
solution: '$(solution)'
|
||||
platform: $(buildPlatform)
|
||||
configuration: $(buildConfiguration)
|
||||
msbuildArgs: '/t:PrepareForBuild'
|
||||
msbuildArguments: '/t:PrepareForBuild'
|
||||
|
||||
- task: MSBuild@1
|
||||
displayName: Build and package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue