diff --git a/CHANGELOG.md b/CHANGELOG.md index 927023c..31d0e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minor corrections to pipeline files and examples after renaming `master` branch to `main`. - Updated `GitVersion.yml` to latest pattern - Fixes [Issue #87](https://github.com/dsccommunity/WSManDsc/issues/87). +- Updated build to use `Sampler.GitHubTasks` - Fixes [Issue #90](https://github.com/dsccommunity/WSManDsc/issues/90). ## [3.1.1] - 2020-01-31 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index f5c639c..af056b8 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -14,6 +14,7 @@ ModuleBuilder = 'latest' ChangelogManagement = 'latest' Sampler = 'latest' + 'Sampler.GitHubTasks' = 'latest' 'DscResource.Test' = 'latest' 'DscResource.AnalyzerRules' = 'latest' 'DscResource.DocGenerator' = 'latest' diff --git a/build.yaml b/build.yaml index 9f1349d..5fc768a 100644 --- a/build.yaml +++ b/build.yaml @@ -83,6 +83,8 @@ Resolve-Dependency: ModuleBuildTasks: Sampler: - '*.build.Sampler.ib.tasks' + Sampler.GitHubTasks: + - '*.ib.tasks' DscResource.DocGenerator: - 'Task.*'