Skip to content

Commit a2dd8ef

Browse files
authored
xFailOverCluster: Update pipeline to use new deploy tasks (#254)
- xFailOverCluster - Update pipeline to use new deploy tasks.
1 parent 70403d6 commit a2dd8ef

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
1010
### Added
1111

1212
- xClusterProperty
13-
- Added the BlockCacheSize parameter which controls Cluster Shared Volume memory caching in MB ([issue #252](https://github.com/dsccommunity/xFailOverCluster/issues/252)).
13+
- Added the BlockCacheSize parameter which controls Cluster Shared Volume
14+
memory caching in MB ([issue #252](https://github.com/dsccommunity/xFailOverCluster/issues/252)).
15+
16+
### Changed
17+
18+
- xFailOverCluster
19+
- Update pipeline to use new deploy tasks.
1420

1521
## [1.15.0] - 2021-02-19
1622

RequiredModules.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
ModuleBuilder = 'latest'
1414
ChangelogManagement = 'latest'
1515
Sampler = 'latest'
16+
'Sampler.GitHubTasks' = 'latest'
1617
MarkdownLinkCheck = 'latest'
1718
'DscResource.Test' = 'latest'
1819
'DscResource.AnalyzerRules' = 'latest'

build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ BuildWorkflow:
4848
- Publish_release_to_GitHub
4949
- publish_module_to_gallery
5050

51-
5251
####################################################
5352
# PESTER Configuration #
5453
####################################################
@@ -82,6 +81,8 @@ Resolve-Dependency:
8281
ModuleBuildTasks:
8382
Sampler:
8483
- '*.build.Sampler.ib.tasks'
84+
Sampler.GitHubTasks:
85+
- '*.ib.tasks'
8586

8687
TaskHeader: |
8788
param($Path)

0 commit comments

Comments
 (0)