Skip to content

Commit

Permalink
Add Wiki generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Jun 10, 2020
1 parent cf29794 commit ac2b8d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ stages:
ArtifactName: 'output'
publishLocation: 'Container'

# - task: PublishBuildArtifacts@1
# displayName: 'Publish Wiki Content Artifact'
# inputs:
# pathToPublish: 'output/WikiContent/'
# artifactName: 'WikiContent'
# publishLocation: 'Container'
- task: PublishBuildArtifacts@1
displayName: 'Publish Wiki Content Artifact'
inputs:
pathToPublish: 'output/WikiContent/'
artifactName: 'WikiContent'
publishLocation: 'Container'

- stage: Test
dependsOn: Build
Expand Down
6 changes: 3 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BuildWorkflow:
- Build_NestedModules_ModuleBuilder
- Create_changelog_release_output
#- Generate_Conceptual_Help
# - Generate_Wiki_Content
- Generate_Wiki_Content

pack:
- build
Expand Down Expand Up @@ -113,8 +113,8 @@ ModuleBuildTasks:
# - ModuleName: 'alias to search'
Sampler:
- '*.build.Sampler.ib.tasks' # this means: import (dot source) all aliases ending with .ib.tasks exported by sampler module
# DscResource.DocGenerator:
# - 'Task.*'
DscResource.DocGenerator:
- 'Task.*'

# Invoke-Build Header to be used to 'decorate' the terminal output of the tasks.
TaskHeader: |
Expand Down

0 comments on commit ac2b8d6

Please sign in to comment.