diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8fe6f..61e287d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Removed Test Requierments to Test release + +### Fixed +- Updated Pipeline to pass deploy diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ef93303..aeb6d5a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -154,7 +154,7 @@ stages: eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/tags/') ), - contains(variables['System.TeamFoundationCollectionUri'], 'LarryWisherMan') + contains(variables['System.TeamFoundationCollectionUri'], 'MikeRow') ) jobs: - job: Deploy_Module