Hello, I am using VS 2017 with dotnet core and my project does not support project.json (just xproj).
How can I run pipelines without this file?
Hey @MIC, I'm not that familiar with dotnet core;
are you able to run your local project inside the MS dotnet container https://hub.docker.com/r/microsoft/dotnet/ ?
For step by step, check out https://community.atlassian.com/t5/Bitbucket-questions/How-can-I-debug-my-Bitbucket-Pipelines-build-locally/qaq-p/136594/jump-to/first-unread-message replacing the image name with something like microsoft/dotnet:2-sdk-jessie
cheers,
Seb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.