Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update azure-pipeline.yml #109

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Update azure-pipeline.yml #109

merged 1 commit into from
Aug 16, 2024

Conversation

madkoo
Copy link
Collaborator

@madkoo madkoo commented Jul 31, 2024

This pull request includes changes to the deployment stages in the Azure pipeline configuration file. The most important changes involve the removal of branch-specific conditions for deployment stages.

Changes to deployment stages in .azure-pipelines/azure-pipeline.yml:

  • DeployDev stage: Removed the condition that restricted deployment to the master branch. ([.azure-pipelines/azure-pipeline.ymlL57](https://github.com/microsoft/azure-devops-engineering-extensions/pull/109/files#diff-a06df8cb3a8ec3e241d3a83f2bde544138fd078ef2d70770d394648884d47d2eL57))
  • DeployTest stage: Removed the condition that restricted deployment to the master branch. ([.azure-pipelines/azure-pipeline.ymlL70](https://github.com/microsoft/azure-devops-engineering-extensions/pull/109/files#diff-a06df8cb3a8ec3e241d3a83f2bde544138fd078ef2d70770d394648884d47d2eL70))
  • DeployRelease stage: Removed the condition that restricted deployment to the master branch. ([.azure-pipelines/azure-pipeline.ymlL85](https://github.com/microsoft/azure-devops-engineering-extensions/pull/109/files#diff-a06df8cb3a8ec3e241d3a83f2bde544138fd078ef2d70770d394648884d47d2eL85))

@madkoo madkoo self-assigned this Jul 31, 2024
Copy link
Collaborator

@MOlausson MOlausson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@madkoo madkoo merged commit 59850dc into master Aug 16, 2024
2 checks passed
@madkoo madkoo deleted the feature/remove-conditions branch August 16, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants