Skip to content

Commit 6c087d0

Browse files
authored
Added Sampler.GitHubTasks in build.yaml (#70)
1 parent 35614df commit 6c087d0

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Added
1717

1818
- Added TestKitchen files for integration tests
19+
- Added requiredmodules Sampler.GitHubTasks, powershell-yaml
20+
21+
### Fix
22+
23+
- Fix deploy job in AzurePipeline, Added Sampler.GithubTasks in build.yaml
1924

2025
## [1.2.0] - 2020-05-18
2126

RequiredModules.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
}
99
}
1010

11+
'powershell-yaml' = 'latest'
1112
InvokeBuild = 'latest'
1213
PSScriptAnalyzer = 'latest'
1314
Pester = '4.10.1'
1415
Plaster = 'latest'
1516
ModuleBuilder = '1.0.0'
1617
ChangelogManagement = 'latest'
1718
Sampler = 'latest'
19+
'Sampler.GitHubTasks' = 'latest'
1820
MarkdownLinkCheck = 'latest'
1921
'DscResource.Test' = 'latest'
2022
'DscResource.AnalyzerRules' = 'latest'

build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ BuildWorkflow:
4747
publish:
4848
- Publish_release_to_GitHub
4949
- publish_module_to_gallery # runs if nuget is not available
50+
- Create_ChangeLog_GitHub_PR
5051

5152

5253
Pester: #Passthru, OutputFile, CodeCoverageOutputFile not supported
@@ -83,6 +84,8 @@ DscTest:
8384
ModuleBuildTasks:
8485
Sampler:
8586
- '*.build.Sampler.ib.tasks' # this means: import (dot source) all aliases ending with .ib.tasks exported by sampler module
87+
Sampler.GitHubTasks:
88+
- '*.ib.tasks'
8689
DscResource.DocGenerator:
8790
- 'Task.*'
8891

0 commit comments

Comments
 (0)