We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbebd97 commit 6cd37f2Copy full SHA for 6cd37f2
1 file changed
azure-pipelines.yml
@@ -3,8 +3,8 @@
3
# Add steps that publish symbols, save build artifacts, and more:
4
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
5
6
-trigger:
7
-- master
+#trigger:
+#- master
8
9
jobs:
10
- job: CodeGenBuild
@@ -17,7 +17,6 @@ jobs:
17
- SDE64
18
- SDI
19
- WIX
20
- - HELPSMITH
21
22
variables:
23
- group: Secure
@@ -46,11 +45,6 @@ jobs:
46
45
arguments:
47
modifyEnvironment: true
48
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
-
54
- task: VSBuild@1
55
displayName: 'Build CodeGen solution and installer'
56
inputs:
0 commit comments