From a2dd8efce6070078fed39fd075b4cd7f2eed32fb Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Wed, 17 Mar 2021 21:00:49 +0100 Subject: [PATCH] xFailOverCluster: Update pipeline to use new deploy tasks (#254) - xFailOverCluster - Update pipeline to use new deploy tasks. --- CHANGELOG.md | 8 +++++++- RequiredModules.psd1 | 1 + build.yaml | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27816b..d1a03ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index 60dd1f2..6a54bc5 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -13,6 +13,7 @@ ModuleBuilder = 'latest' ChangelogManagement = 'latest' Sampler = 'latest' + 'Sampler.GitHubTasks' = 'latest' MarkdownLinkCheck = 'latest' 'DscResource.Test' = 'latest' 'DscResource.AnalyzerRules' = 'latest' diff --git a/build.yaml b/build.yaml index 64122f6..8e7e559 100644 --- a/build.yaml +++ b/build.yaml @@ -48,7 +48,6 @@ BuildWorkflow: - Publish_release_to_GitHub - publish_module_to_gallery - #################################################### # PESTER Configuration # #################################################### @@ -82,6 +81,8 @@ Resolve-Dependency: ModuleBuildTasks: Sampler: - '*.build.Sampler.ib.tasks' + Sampler.GitHubTasks: + - '*.ib.tasks' TaskHeader: | param($Path)