diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b558c66..32f48ea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'