Skip to content

Commit 8de8b39

Browse files
authored
Updated pipeline and build scripts to latest pattern (#51)
1 parent 108eca9 commit 8de8b39

6 files changed

+603
-336
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +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.
2223

2324
### Removed
2425

GitVersion.yml

-12
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,3 @@ branches:
2424
ignore:
2525
sha: []
2626
merge-message-formats: {}
27-
28-
29-
# feature:
30-
# tag: useBranchName
31-
# increment: Minor
32-
# regex: f(eature(s)?)?[/-]
33-
# source-branches: ['master']
34-
# hotfix:
35-
# tag: fix
36-
# increment: Patch
37-
# regex: (hot)?fix(es)?[/-]
38-
# source-branches: ['master']

0 commit comments

Comments
 (0)