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
|
failOnStderr: true
|
||||||
workingDirectory: '.'
|
workingDirectory: '.'
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Commit and push changes'
|
displayName: 'Commit changes'
|
||||||
condition: and(succeeded(), eq(variables.pushChanges, 'Yes'))
|
condition: and(succeeded(), eq(variables.pushChanges, 'Yes'))
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
|
|
Loading…
Reference in a new issue