Skip to content

Commit

Permalink
updated pipeline (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryWisherMan authored Sep 7, 2024
1 parent 586dea0 commit e715a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e715a49

Please sign in to comment.