Skip to content

Commit 288802c

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 00166da commit 288802c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines-1.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ steps:
5454
targetType: 'inline'
5555
script: 'git commit -a -m "Icons update from Azure pipeline"
5656
57-
git push -f origin pipeline/icons'
57+
& {
58+
$ErrorActionPreference="SilentlyContinue";
59+
60+
git push -f origin pipeline/icons
61+
} 2>&1 1>$null'
5862

5963
- task: PublishPipelineArtifact@0
6064
name: "PublishResourceGenerator"

0 commit comments

Comments
 (0)