File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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
5253Pester : # Passthru, OutputFile, CodeCoverageOutputFile not supported
@@ -83,6 +84,8 @@ DscTest:
8384ModuleBuildTasks :
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
You can’t perform that action at this time.
0 commit comments