From 342598f5c96f5f1235d66be88c8ec3d6db7e188e Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Mon, 9 Mar 2020 13:21:42 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'