Skip to content

Commit b820f37

Browse files
authored
Update code-sign.yml for Azure Pipelines (#24314)
1 parent d520e15 commit b820f37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/code-sign.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ jobs:
366366
./tools/Docs/OutputTypeIndex.ps1 -OutputFile ./artifacts/outputtypes.json -BuildConfig Release
367367
./tools/Docs/HelpIndex.ps1 -OutputFile ./artifacts/index.json -BuildConfig Release
368368
displayName: 'Post process for Docs'
369+
condition: eq('${{ parameters.TargetModule }}', 'none')
370+
369371
370372
- task: PublishBuildArtifacts@1
371373
displayName: 'Save artifacts'

0 commit comments

Comments
 (0)