Skip to content

Commit 61a4ed5

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 4ebc5af commit 61a4ed5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines-1.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ steps:
1515
platform: '$(buildPlatform)'
1616
configuration: '$(buildConfiguration)'
1717

18+
- powershell: git checkout -b pipeline/icons
19+
1820
- task: PowerShell@2
1921
displayName: "Generate Icons"
2022
inputs:
2123
targetType: 'inline'
2224
script: '.\\mdresgen.exe icons'
2325
workingDirectory: '.\\mdresgen\\bin\\$(buildConfiguration)'
2426

27+
- powershell: git commit -a -m "Icons update from Azure pipeline"
28+
29+
- powershell: git push -f origin pipeline/icons
30+
2531
- task: PublishPipelineArtifact@0
2632
name: "PublishResourceGenerator"
2733
enabled: "false"

0 commit comments

Comments
 (0)