File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,19 @@ steps:
27
27
script : ' .\\mdresgen.exe icons'
28
28
workingDirectory : ' .\\mdresgen\\bin\\$(buildConfiguration)'
29
29
30
- - powershell : git commit -a -m "Icons update from Azure pipeline"
31
-
32
- - powershell : git push -f origin pipeline/icons
30
+ - task : PowerShell@2
31
+ displayName : " Commit Updated Icons"
32
+ inputs :
33
+ targetType : ' inline'
34
+ script :
git config --global user.email "[email protected] /"
35
+
36
+ git config --global user.name "Azure Pipeline"
37
+
38
+ git remote set-url origin https://$(GitHubUser):$(GitHubPat)@github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
39
+
40
+ git commit -a -m "Icons update from Azure pipeline
41
+
42
+ git push -f origin pipeline/icons'
33
43
34
44
- task : PublishPipelineArtifact@0
35
45
name : " PublishResourceGenerator"
You can’t perform that action at this time.
0 commit comments