File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- Moving LocalizedData of class based resources in .strings.psd1 files.
20
20
Based on [ stylesguidelines] ( https://dsccommunity.org/styleguidelines/localization/ ) of DscCommunity.
21
21
- Updated the Required Modules and Build.Yaml with Sampler.GitHubTasks.
22
- - Updated pipeline to current pattern.
22
+ - Updated pipeline to current pattern and added Invoke0-Build tasks .
23
23
24
24
### Removed
25
25
Original file line number Diff line number Diff line change @@ -87,8 +87,12 @@ Resolve-Dependency:
87
87
ModuleBuildTasks :
88
88
Sampler :
89
89
- ' *.build.Sampler.ib.tasks'
90
+ Sampler.GitHubTasks :
91
+ - ' *.ib.tasks'
90
92
DscResource.DocGenerator :
91
93
- ' Task.*'
94
+ DscResource.Test :
95
+ - ' Task.*'
92
96
93
97
TaskHeader : |
94
98
param($Path)
You can’t perform that action at this time.
0 commit comments