Skip to content

Commit 6cd37f2

Browse files
author
Steve Ives
committed
Don't build on every commit, manual start only.
1 parent dbebd97 commit 6cd37f2

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Add steps that publish symbols, save build artifacts, and more:
44
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
55

6-
trigger:
7-
- master
6+
#trigger:
7+
#- master
88

99
jobs:
1010
- job: CodeGenBuild
@@ -17,7 +17,6 @@ jobs:
1717
- SDE64
1818
- SDI
1919
- WIX
20-
- HELPSMITH
2120

2221
variables:
2322
- group: Secure
@@ -46,11 +45,6 @@ jobs:
4645
arguments:
4746
modifyEnvironment: true
4847

49-
- task: CmdLine@2
50-
displayName: 'Build help file'
51-
inputs:
52-
script: '"C:\Program Files (x86)\HelpSmith\HelpSmith.exe" ..\..\Documentation\CodeGen.hsm /hh /nc'
53-
5448
- task: VSBuild@1
5549
displayName: 'Build CodeGen solution and installer'
5650
inputs:

0 commit comments

Comments
 (0)