Skip to content

Commit 6c6c91f

Browse files
authored
Updated build to use Sampler.GitHubTasks - Fixes #711 (#712)
1 parent 1b05b74 commit 6c6c91f

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
- Corrected case of `CertificateThumbPrint` to `CertificateThumbprint`.
3434
- Renamed `master` branch to `main` - Fixes [Issue #696](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/696).
3535
- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #707](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/707).
36+
- Updated build to use `Sampler.GitHubTasks` - Fixes [Issue #711](https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/711).
3637

3738
## [9.1.0] - 2020-02-19
3839

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
'DscResource.Test' = 'latest'
1718
'DscResource.AnalyzerRules' = 'latest'
1819
'DscResource.Common' = 'latest'

build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Resolve-Dependency:
8484
ModuleBuildTasks:
8585
Sampler:
8686
- '*.build.Sampler.ib.tasks'
87+
Sampler.GitHubTasks:
88+
- '*.ib.tasks'
8789

8890
TaskHeader: |
8991
param($Path)

0 commit comments

Comments
 (0)