Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy bin from .net core build to ftp

sukkergris
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2018

I'm building my .net core app, and are trying to save the bin-folder as artifacts. I then plan to deploy these artifacts to my web server. So am I even starting the right way? I'm not getting those artifacts saved.

image: microsoft/dotnet:sdk

pipelines:
branches:
feature/*:
- step:
name: build and test
caches:
- dotnetcore
script:
- export PROJECT_NAME=Thh.Diet.Api
- dotnet restore
- dotnet build $PROJECT_NAME
- dotnet publish -c release
artifacts:
- ./$PUBLISH_DIR/**/*

 

1 answer

0 votes
Samuel Engelman February 11, 2019

Did you ever figure this out? Looking to do the same.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events