Skip to content

Conversation

@ramsessanchez
Copy link
Contributor

Separating the CI build pipelines from the release pipeline.
CI will only run on pushes into Dev and pull requests into Dev & Main.
Release will only run on Tag pushes and pushes into Main as that is the only time we release to Nuget feed.

@ramsessanchez ramsessanchez requested a review from a team as a code owner December 3, 2025 20:22
useDotNetTask: false
packageParentPath: '$(System.DefaultWorkingDirectory)'
packagesToPush: '$(System.DefaultWorkingDirectory)/**/drop/**/*.nupkg'
publishVstsFeed: ${{ parameters.InternalFeed }}
Copy link
Contributor

Choose a reason for hiding this comment

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

We should have build and validation run in ci-build. What's the plan here?

trigger:
branches:
include:
- main
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you really want to release on commit to main and tagged commits? Best to choose one.

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.

3 participants