Skip to content

Conversation

@ramsessanchez
Copy link
Contributor

@ramsessanchez ramsessanchez commented Dec 3, 2025

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 commits 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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure I quite understand the question here. We are maintaining this CI pipeline as is for the most part, but removing the unused stages where we publish to nuget or to registry. The build validation occurs during the templates at lines 83, 89, 95 and finally at 109.

@ramsessanchez ramsessanchez changed the base branch from dev to main December 10, 2025 21:59
@ramsessanchez ramsessanchez changed the base branch from main to dev December 10, 2025 22:00
@ramsessanchez ramsessanchez reopened this Dec 10, 2025
@ramsessanchez
Copy link
Contributor Author

Closing as superseded by #3462

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