Update azure-pipelines.yml

This commit is contained in:
Matteias Collet 2020-03-09 13:21:42 +01:00 committed by GitHub
parent 183524604f
commit 342598f5c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'