diff --git a/CHANGELOG.md b/CHANGELOG.md index 871b7da..07febef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Set `testRunTitle` for PublishTestResults steps so that a helpful name is displayed in Azure DevOps for each test run. - Set a display name on all the jobs and tasks in the CI - pipeline - fixes [issue #63](https://github.com/PowerShell/WSManDsc/issues/63) + pipeline - fixes [issue #63](https://github.com/dsccommunity/WSManDsc/issues/63) ### Deprecated @@ -50,12 +50,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - WSManListener - Fix Find-Certificate Verbose Messages [Issue #49](https://github.com/dsccommunity/WSManDsc/issues/49). - Fixed `GitVersion.yml` feature and fix Regex - fixes - [issue #62](https://github.com/PowerShell/WSManDsc/issues/62). + [issue #62](https://github.com/dsccommunity/WSManDsc/issues/62). - Fix import statement in all tests, making sure it throws if module DscResource.Test cannot be imported - fixes - [issue #67](https://github.com/PowerShell/WSManDsc/issues/67). + [issue #67](https://github.com/dsccommunity/WSManDsc/issues/67). - Fix deploy stage in CI pipeline to prevent it executing against forks - of the repository - fixes [issue #66](https://github.com/PowerShell/WSManDsc/issues/66). + of the repository - fixes [issue #66](https://github.com/dsccommunity/WSManDsc/issues/66). ### Security diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 402f87c..cf3cbfc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -166,7 +166,7 @@ stages: eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/tags/') ), - startsWith(variables['Build.Repository.Name'], 'dsccommunity') + contains(variables['System.TeamFoundationCollectionUri'], 'dsccommunity') ) jobs: - job: Deploy_Module