We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d520e15 commit b820f37Copy full SHA for b820f37
.azure-pipelines/code-sign.yml
@@ -366,6 +366,8 @@ jobs:
366
./tools/Docs/OutputTypeIndex.ps1 -OutputFile ./artifacts/outputtypes.json -BuildConfig Release
367
./tools/Docs/HelpIndex.ps1 -OutputFile ./artifacts/index.json -BuildConfig Release
368
displayName: 'Post process for Docs'
369
+ condition: eq('${{ parameters.TargetModule }}', 'none')
370
+
371
372
- task: PublishBuildArtifacts@1
373
displayName: 'Save artifacts'
0 commit comments