Update azure-pipelines.yml
This commit is contained in:
parent
183524604f
commit
342598f5c9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ steps:
|
|||
failOnStderr: true
|
||||
workingDirectory: '.'
|
||||
- task: PowerShell@2
|
||||
displayName: 'Commit and push changes'
|
||||
displayName: 'Commit changes'
|
||||
condition: and(succeeded(), eq(variables.pushChanges, 'Yes'))
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
|
|
Loading…
Reference in a new issue