Skip to content

Commit ab3b53d

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines-1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ steps:
5252
displayName: "Commit Updated Icons"
5353
inputs:
5454
targetType: 'inline'
55-
script: 'git commit -a -m "Icons update from Azure pipeline"
55+
script: 'git add MaterialDesignThemes.Wpf/PackIcon*.cs
56+
57+
git commit -m "Icons update from Azure pipeline"
5658
5759
& {
5860
$ErrorActionPreference="SilentlyContinue";

0 commit comments

Comments
 (0)