mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -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)'
|
solution: '$(solution)'
|
||||||
platform: $(buildPlatform)
|
platform: $(buildPlatform)
|
||||||
configuration: $(buildConfiguration)
|
configuration: $(buildConfiguration)
|
||||||
msbuildArgs: '/t:PrepareForBuild'
|
msbuildArguments: '/t:PrepareForBuild'
|
||||||
|
|
||||||
- task: MSBuild@1
|
- task: MSBuild@1
|
||||||
displayName: Build and package
|
displayName: Build and package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue