File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1313 ModuleBuilder = ' latest'
1414 ChangelogManagement = ' latest'
1515 Sampler = ' latest'
16+ ' Sampler.GitHubTasks' = ' latest'
1617 MarkdownLinkCheck = ' latest'
1718 ' DscResource.Test' = ' latest'
1819 ' DscResource.AnalyzerRules' = ' latest'
Original file line number Diff line number Diff 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:
8281ModuleBuildTasks :
8382 Sampler :
8483 - ' *.build.Sampler.ib.tasks'
84+ Sampler.GitHubTasks :
85+ - ' *.ib.tasks'
8586
8687TaskHeader : |
8788 param($Path)
You can’t perform that action at this time.
0 commit comments