-
Notifications
You must be signed in to change notification settings - Fork 14
ci: migrate Azure Pipeline from Windows/MSBuild to Linux/.NET CLI #316
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
Conversation
- Change diagram orientation from left-right (LR) to top-bottom (TB) - Add Models → Mappings dependency connection Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
WalkthroughSwitched CI from a Windows/.NET Framework MSBuild flow to a dotnet CLI-based pipeline targeting ASP.NET Core 8.0 on Linux; updated pipeline triggers and agent, plus README diagram orientation, an added diagram edge, and revised legal text. Changes
Sequence Diagram(s)mermaid Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
- Replace windows-latest with ubuntu-latest for faster builds - Remove legacy VSBuild/VSTest tasks in favor of DotNetCoreCLI@2 - Add NuGet package caching based on packages.lock.json hash - Add explicit checkout step for clarity - Add trigger for feature/* branches and pull requests - Remove code coverage publishing (handled by GitHub Actions) - Add descriptive comments mapping Azure Pipelines to GitHub Actions syntax - Align step names with GitHub Actions workflow for consistency
…Core.WebApi into feature/azure-pipeline-linux-dotnet-cli
f0612fa to
557b2ad
Compare
|



Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.