Skip to content

Commit

Permalink
Update build files to latest versions (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-hughes authored Oct 19, 2024
1 parent 4217d4a commit ac246b9
Show file tree
Hide file tree
Showing 11 changed files with 1,343 additions and 364 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed pipeline by replacing the GitVersion task in the `azure-pipelines.yml`
with a script.
- Updated build files to fix build and use latest patterns.
- azure-pipelines.yml
- build.ps1
- build.yml
- GitVersion.yml
- RequiredModules.psd1
- Resolve-Dependency.ps1/psd1

## [1.5.0.41] - 2017-09-02

Expand Down
6 changes: 3 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ patch-version-bump-message: '\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'
assembly-informational-format: '{NuGetVersionV2}+Sha.{Sha}.Date.{CommitDate}'
branches:
master:
main:
tag: preview
regex: ^main$
pull-request:
Expand All @@ -15,12 +15,12 @@ branches:
tag: useBranchName
increment: Minor
regex: f(eature(s)?)?[\/-]
source-branches: ['master']
source-branches: ['main']
hotfix:
tag: fix
increment: Patch
regex: (hot)?fix(es)?[\/-]
source-branches: ['master']
source-branches: ['main']
ignore:
sha: []
merge-message-formats: {}
5 changes: 4 additions & 1 deletion RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'
'DscResource.AnalyzerRules' = 'latest'
'DscResource.DocGenerator' = 'latest'
'DscResource.Common' = 'latest'
xDscResourceDesigner = 'latest'

# Prerequisite modules for documentation.
'DscResource.DocGenerator' = 'latest'
PlatyPS = 'latest'
}
Loading

0 comments on commit ac246b9

Please sign in to comment.