From 6c6c91fb0ab3d4a6530bf106827136c715a41646 Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Sun, 11 Apr 2021 03:15:14 +1200 Subject: [PATCH] Updated build to use Sampler.GitHubTasks - Fixes #711 (#712) --- CHANGELOG.md | 1 + RequiredModules.psd1 | 1 + build.yaml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60f416e8..0f317813c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Corrected case of `CertificateThumbPrint` to `CertificateThumbprint`. - Renamed `master` branch to `main` - Fixes [Issue #696](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/696). - Updated `GitVersion.yml` to latest pattern - Fixes [Issue #707](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/707). +- Updated build to use `Sampler.GitHubTasks` - Fixes [Issue #711](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/711). ## [9.1.0] - 2020-02-19 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index 723b65517..078723c42 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -13,6 +13,7 @@ ModuleBuilder = 'latest' ChangelogManagement = 'latest' Sampler = 'latest' + 'Sampler.GitHubTasks' = 'latest' 'DscResource.Test' = 'latest' 'DscResource.AnalyzerRules' = 'latest' 'DscResource.Common' = 'latest' diff --git a/build.yaml b/build.yaml index cff97256b..3162ba8ef 100644 --- a/build.yaml +++ b/build.yaml @@ -84,6 +84,8 @@ Resolve-Dependency: ModuleBuildTasks: Sampler: - '*.build.Sampler.ib.tasks' + Sampler.GitHubTasks: + - '*.ib.tasks' TaskHeader: | param($Path)