Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Depolying .Net Core to self-hosted IIS

Frans Irgolitsch May 19, 2020

Hello,

I'm trying to setup a continuous deployment pipeline for a Asp.Net Core app to our own hosted IIS server. I have searched around quite a bit but haven't found a solution thus far how this is achieved in Bitbucket Pipelines. I currently have the following pipeline:

image: mcr.microsoft.com/dotnet/core/sdk:3.1

pipelines:
branches:
master:
- step:
caches:
- dotnetcore
script:
- export PROJECT_NAME=
- export ASPNETCORE_ENVIRONMENT=Production
- dotnet restore
- dotnet build $PROJECT_NAME
- dotnet publish
- step:
name: Deploy to production
deployment: production
script:
- echo "Deploying to production"


I, however, have no clue as how to proceed from here. Is there anyone that might be able to assist me?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events