Aspnet web application

Paul Krysiak December 5, 2017

Hello everyone

I am trying to deploy a simple asp.net application with pipelines but the build always fails int he pipeline. I verified the docker files and steps work on my machine. 

I took the file directly from Microsoft on their examples and this is working when I use docker locally 

I committed the release build bin and all to keep things simple and pipelines just errors out without any error message in the pipeline console. 

Here is the pipeline file 

image: microsoft/aspnet
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- COPY projname/projname/bin/Release/projname/ /inetpub/wwwroot

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events