Skip to content

Commit e0c5304

Browse files
authored
Added Invoke-Build tasks (#52)
1 parent 8de8b39 commit e0c5304

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Moving LocalizedData of class based resources in .strings.psd1 files.
2020
Based on [stylesguidelines](https://dsccommunity.org/styleguidelines/localization/) of DscCommunity.
2121
- 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.
2323

2424
### Removed
2525

build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,12 @@ Resolve-Dependency:
8787
ModuleBuildTasks:
8888
Sampler:
8989
- '*.build.Sampler.ib.tasks'
90+
Sampler.GitHubTasks:
91+
- '*.ib.tasks'
9092
DscResource.DocGenerator:
9193
- 'Task.*'
94+
DscResource.Test:
95+
- 'Task.*'
9296

9397
TaskHeader: |
9498
param($Path)

0 commit comments

Comments
 (0)