Skip to content

Commit 996fb14

Browse files
author
Steve Ives
committed
Try adding help file compilation
1 parent c0eed07 commit 996fb14

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
arguments:
4747
modifyEnvironment: true
4848

49+
- task: CmdLine@2
50+
displayName: 'Build help file'
51+
inputs:
52+
script: '"C:\Program Files (x86)\HelpSmith\HelpSmith.exe" ..\..\Documentation\CodeGen.hsm /wh=WebHelp /nc'
53+
4954
- task: VSBuild@1
5055
displayName: 'Build CodeGen solution and installer'
5156
inputs:

0 commit comments

Comments
 (0)