{"id":14985649,"url":"https://github.com/oskardudycz/azurepipelinessamples","last_synced_at":"2025-04-11T22:11:33.123Z","repository":{"id":79310423,"uuid":"242325945","full_name":"oskardudycz/AzurePipelinesSamples","owner":"oskardudycz","description":"Azure Pipeline Samples - sample configurations with explanation and useful links","archived":false,"fork":false,"pushed_at":"2024-05-09T15:29:48.000Z","size":75011,"stargazers_count":27,"open_issues_count":6,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T18:11:13.622Z","etag":null,"topics":["azure-pipelines","azuredevops","dotnet","samples","yml"],"latest_commit_sha":null,"homepage":"https://oskardudycz.github.io/AzurePipelinesSamples/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oskardudycz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["oskardudycz"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-02-22T10:59:03.000Z","updated_at":"2024-03-26T14:36:49.000Z","dependencies_parsed_at":"2025-02-20T06:42:41.547Z","dependency_job_id":null,"html_url":"https://github.com/oskardudycz/AzurePipelinesSamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskardudycz%2FAzurePipelinesSamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskardudycz%2FAzurePipelinesSamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskardudycz%2FAzurePipelinesSamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oskardudycz%2FAzurePipelinesSamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oskardudycz","download_url":"https://codeload.github.com/oskardudycz/AzurePipelinesSamples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487694,"owners_count":21112190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-pipelines","azuredevops","dotnet","samples","yml"],"created_at":"2024-09-24T14:11:25.768Z","updated_at":"2025-04-11T22:11:33.076Z","avatar_url":"https://github.com/oskardudycz.png","language":"C#","funding_links":["https://github.com/sponsors/oskardudycz","https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026link=https://github.com/sponsors/oskardudycz/","https://github.com/sponsors/oskardudycz/"],"categories":[],"sub_categories":[],"readme":"![Twitter Follow](https://img.shields.io/twitter/follow/oskar_at_net?style=social) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/)\n\n# Azure Pipelines Samples\nSample configurations with explanation and useful links.\n\n## Support\n\nFeel free to [create an issue](https://github.com/oskardudycz/EventSourcing.NetCore/issues/new) if you have any questions or request for more explanation or samples. I also take **Pull Requests**!\n\n💖 If this repository helped you - I'd be more than happy if you **join** the group of **my official supporters** at:\n\n👉 [Github Sponsors](https://github.com/sponsors/oskardudycz) \n\n## Sample Flow - Library\n\n### 1. Build\n\n![Build](Library/assets/01_build_step.png)\n\n### 2. Test\n\n![Build](Library/assets/02_test_step.png)\n\n### 3. Publish NuGet\n\n![Build](Library/assets/03_publish_step.png)\n\n### 4. Contract test with prerelease NuGet\n\n![Build](Library/assets/04_contract_tests_step.png)\n\n### 5. Release NuGet\n\n![Build](Library/assets/05_release_step.png)\n\n\n### 6. Whole flow\n\n![Build](Library/assets/Library-Flow-Diagram.png)\n\nSee full configuration in the [azure-pipelines.yml](Library/azure-pipelines.yml)\n\n\n## Sample Flow - Selenium-based Web E2e Tests\n\n![Build](Selenium/assets/Selenium-Flow-Diagram.png)\n\n## Sample Flow - Web App with different APIs (or different versions of the same API) compatibility check\n\n![Build](WebWithApiCompatibility/assets/WebWithApiCompatibility-Flow-Diagram.png)\n\n## Sample Flow - Api E2E tests with Docker\n\n![Build](ApiE2ETestsWithDocker/assets/ApiE2ETestsWithDocker-Flow-Diagram.png)\n\n## Other Resources\n\n1. Integrate GitHub repository with AzureDevops: https://www.azuredevopslabs.com/labs/azuredevops/github-integration/\n\n2. Setup AzureDevops for .NET Core build: \n- https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/dotnet-core?view=azure-devops\n- https://www.hanselman.com/blog/SettingUpAzureDevOpsCICDForANETCore31WebAppHostedInAzureAppServiceForLinux.aspx\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget?view=azure-devops\n\n3. Connect with NuGet feed\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops\u0026tabs=yaml\n\n4. Publish NuGet package\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/artifacts/nuget?view=azure-devops\u0026tabs=yaml\n- https://stevenknox.net/auto-versioning-nuget-packages-in-azure-devops-pipelines/\n- https://kasunkodagoda.com/2019/04/03/hidden-gems-in-azure-pipelines-creating-your-own-rev-variable-using-counter-expression-in-azure-pipelines/\n\n5. Multi-platform build pipeline\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started-multiplatform?view=azure-devops\n\n6. Copy files between jobs:\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/copy-files?view=azure-devops\u0026tabs=yaml\n\n7. Conditions:\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops\u0026tabs=yaml\n\n8. Checking out multiple repos:\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/multi-repo-checkout?view=azure-devops\n\n9. Artifacts tasks:\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/publish-build-artifacts?view=azure-devops\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/download-build-artifacts?view=azure-devops\n\n10. Templates:\n- https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops\n\n\nI found an issue or I have a change request\n--------------------------------\nFeel free to create an issue on GitHub. Contributions, pull requests are more than welcome!\n\n**AzurePipelinesSamples** is Copyright \u0026copy; 2020 [Oskar Dudycz](http://oskar-dudycz.pl) and other contributors under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskardudycz%2Fazurepipelinessamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foskardudycz%2Fazurepipelinessamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foskardudycz%2Fazurepipelinessamples/lists"}