Skip to content

Commit ff8bb57

Browse files
authored
Fix pipeline files, add missing changelog and fix examples (#55)
1 parent 5cc08f5 commit ff8bb57

11 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- Pin `Pester` module to 4.10.1 because Pester 5.0 is missing code
2323
coverage - Fixes [Issue #50](https://github.com/dsccommunity/FileContentDsc/issues/50).
2424
- Automatically publish documentation to GitHub Wiki - Fixes [Issue #51](https://github.com/dsccommunity/FileContentDsc/issues/51).
25+
- Renamed `master` branch to `main` - Fixes [Issue #53](https://github.com/dsccommunity/FileContentDsc/issues/53).
2526

2627
## [1.3.0.151] - 2019-07-20
2728

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assembly-informational-format: '{NuGetVersionV2}+Sha.{Sha}.Date.{CommitDate}'
88
branches:
99
master:
1010
tag: preview
11-
regex: ^master$|^main$
11+
regex: ^main$
1212
pull-request:
1313
tag: PR
1414
feature:

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ stages:
248248
and(
249249
succeeded(),
250250
or(
251-
eq(variables['Build.SourceBranch'], 'refs/heads/master'),
251+
eq(variables['Build.SourceBranch'], 'refs/heads/main'),
252252
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
253253
),
254254
contains(variables['System.TeamFoundationCollectionUri'], 'dsccommunity')

source/Examples/Resources/IniSettingsFile/1-IniSettingsFile_SetPlainTextEntry_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

source/Examples/Resources/IniSettingsFile/2-IniSettingsFile_SetSecretTextEntry_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

source/Examples/Resources/KeyValuePairFile/1-KeyValuePairFile_RemovePlainTextPair_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

source/Examples/Resources/KeyValuePairFile/2-KeyValuePairFile_SetPlainTextPair_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

source/Examples/Resources/KeyValuePairFile/3-KeyValuePairFile_SetSecretTextPair_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

source/Examples/Resources/ReplaceText/1-ReplaceText_ReplacePlainSecretText_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

source/Examples/Resources/ReplaceText/2-ReplaceText_ReplacePlainText_Config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.COMPANYNAME DSC Community
66
.COPYRIGHT Copyright the DSC Community contributors. All rights reserved.
77
.TAGS DSCConfiguration
8-
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/master/LICENSE
8+
.LICENSEURI https://github.com/dsccommunity/FileContentDsc/blob/main/LICENSE
99
.PROJECTURI https://github.com/dsccommunity/FileContentDsc
1010
.ICONURI
1111
.EXTERNALMODULEDEPENDENCIES

0 commit comments

Comments
 (0)