Skip to content

Commit

Permalink
Merge pull request #84 from dsccommunity/Updating_Sampler.GitHubTasks
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Publish to Github Update to Sampler.GithubTasks
  • Loading branch information
NEllis280 authored May 11, 2021
2 parents 78af320 + 0c805ef commit 1124732
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed issue when adding a Distribution Point to Distribution Group immediately
after adding the Distribution Point would error saying invalid Distribution Point.
- Updated Build.yaml and RequiredModules.ps1 to allow for GitHub builds.
1 change: 1 addition & 0 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'
'DscResource.AnalyzerRules' = 'latest'
Expand Down
2 changes: 2 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Resolve-Dependency:
Verbose: false

ModuleBuildTasks:
Sampler.GitHubTasks:
- '*.ib.tasks'
Sampler:
- '*.build.Sampler.ib.tasks'
DscResource.DocGenerator:
Expand Down

0 comments on commit 1124732

Please sign in to comment.