Skip to content

Commit

Permalink
Post v0.4.0 pipeline update (#126)
Browse files Browse the repository at this point in the history
- Updated pipeline version number
- Copy conceptual help topics to module
  • Loading branch information
BernieWhite authored Apr 4, 2019
1 parent 53c9615 commit ecc0c3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Unreleased

- Fix null reference exception when traversing null field [#123](https://github.com/BernieWhite/PSRule/issues/123)
- Fix missing help topics for options and variables [#125](https://github.com/BernieWhite/PSRule/issues/125)

## v0.4.0

Expand Down
2 changes: 1 addition & 1 deletion PSRule.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ task BuildModule BuildDotNet, CopyModule
task BuildHelp BuildModule, PlatyPS, {

# Generate MAML and about topics
$Null = New-ExternalHelp -OutputPath out/docs/PSRule -Path '.\docs\commands\PSRule\en-US','.\docs\keywords\PSRule\en-US' -Force;
$Null = New-ExternalHelp -OutputPath out/docs/PSRule -Path '.\docs\commands\PSRule\en-US','.\docs\keywords\PSRule\en-US', '.\docs\concepts\PSRule\en-US' -Force;

# Copy generated help into module out path
$Null = Copy-Item -Path out/docs/PSRule/* -Destination out/modules/PSRule/en-US;
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ strategy:

variables:
buildConfiguration: 'Release'
version: '0.4.0'
version: '0.5.0'

# Use build number format, i.e. 0.1.0-B181101
name: $(version)-B$(date:yyMM)$(rev:rr)
Expand Down

0 comments on commit ecc0c3a

Please sign in to comment.