Skip to content

Commit

Permalink
xFailOverCluster: Update pipeline to use new deploy tasks (#254)
Browse files Browse the repository at this point in the history
- xFailOverCluster
  - Update pipeline to use new deploy tasks.
  • Loading branch information
johlju authored Mar 17, 2021
1 parent 70403d6 commit a2dd8ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
### Added

- xClusterProperty
- Added the BlockCacheSize parameter which controls Cluster Shared Volume memory caching in MB ([issue #252](https://github.com/dsccommunity/xFailOverCluster/issues/252)).
- Added the BlockCacheSize parameter which controls Cluster Shared Volume
memory caching in MB ([issue #252](https://github.com/dsccommunity/xFailOverCluster/issues/252)).

### Changed

- xFailOverCluster
- Update pipeline to use new deploy tasks.

## [1.15.0] - 2021-02-19

Expand Down
1 change: 1 addition & 0 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'
'DscResource.AnalyzerRules' = 'latest'
Expand Down
3 changes: 2 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ BuildWorkflow:
- Publish_release_to_GitHub
- publish_module_to_gallery


####################################################
# PESTER Configuration #
####################################################
Expand Down Expand Up @@ -82,6 +81,8 @@ Resolve-Dependency:
ModuleBuildTasks:
Sampler:
- '*.build.Sampler.ib.tasks'
Sampler.GitHubTasks:
- '*.ib.tasks'

TaskHeader: |
param($Path)
Expand Down

0 comments on commit a2dd8ef

Please sign in to comment.