Skip to content

Commit e841f4c

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 2ed30b8 commit e841f4c

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,6 +15,12 @@ steps:
1515
platform: '$(buildPlatform)'
1616
configuration: '$(buildConfiguration)'
1717

18+
- task: PowerShell@2
19+
displayName: "Generate Icons"
20+
inputs:
21+
targetType: 'inline'
22+
script: '.\\mdresgen\\bin\\$(buildConfiguration)\\mdresgen.exe icons'
23+
1824
- task: PublishPipelineArtifact@0
1925
name: "PublishResourceGenerator"
2026
inputs:

0 commit comments

Comments
 (0)