Does Bitbucket support ASP.Net CICD Pipelines? or It only supports ASP.Net Core CICD Pipelines?
Hi Muhammad and welcome to the community!
Pipelines builds that run on Atlassian's infrastructure support only ASP.Net Core. Pipelines currently run on a Kubernetes cluster of Linux Docker hosts, so we're limited to running .NET Core applications on these hosts (the ASP.Net framework requires Windows).
However, if you have a Windows server where you can run Pipelines builds, you can use a self-hosted Windows Runner:
Runners allow you to run Pipelines builds on your own infrastructure, you will be able to see Build logs on the Pipelines page of the Bitbucket repo, and you won’t be charged for the build minutes used by your self-hosted runners.
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
Thank you so much! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are very welcome, please feel free to reach out if you ever need anything else!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.