Skip to content

Commit

Permalink
xWebAdministration: Update pipeline files (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Aug 6, 2020
1 parent 676c6df commit 1df7043
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
does not contain 'dsccommunity'.
- Changed the VS Code project settings to trim trailing whitespace for
markdown files too.
- Ensure that Test-TargetResourse in xWebSite tests all properties before
returning true or false, and that it uses a consistent style. ([issue #221](https://github.com/PowerShell/xWebAdministration/issues/550))
- Update pipeline to use NuGetVersionV2 from `GitVersion`.
- Pinned PowerShell module Pester to v4.10.1 in the pipeline due to
tests is not yet compatible with Pester 5.
- Using latest version of the PowerShell module ModuleBuilder.
- Updated build.yaml to use the correct values.
- xWebSite
- Ensure that Test-TargetResource in xWebSite tests all properties before
returning true or false, and that it uses a consistent style ([issue #221](https://github.com/PowerShell/xWebAdministration/issues/550)).
- xIisMimeTypeMapping
- Update misleading localization strings
- xIisLogging
Expand Down
10 changes: 5 additions & 5 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@{
PSDependOptions = @{
AddToPath = $True
PSDependOptions = @{
AddToPath = $true
Target = 'output\RequiredModules'
Parameters = @{
}
}

invokeBuild = 'latest'
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
pester = 'latest'
Pester = '4.10.1'
Plaster = 'latest'
ModuleBuilder = '1.0.0'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
MarkdownLinkCheck = 'latest'
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
arguments: '-ResolveDependency -tasks pack'
pwsh: true
env:
ModuleVersion: $(gitVersion.InformationalVersion)
ModuleVersion: $(gitVersion.NuGetVersionV2)
- task: PublishBuildArtifacts@1
displayName: 'Publish Build Artifact'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
####################################################
# ModuleBuilder Configuration #
####################################################
CopyDirectories:
CopyPaths:
- en-US
- DSCResources
- Modules
Expand Down

0 comments on commit 1df7043

Please sign in to comment.