What does "Package .NET Core console projects" actually do?

keith.nicholas's Avatar

keith.nicholas

11 Feb, 2019 08:40 PM

I'm trying to work out how to build .net core console apps, and I would have thought the "package .net core console projects" would do the trick. But it doesn't seem to do anything and doesn't really give any options I'm expecting.

So, to build a console app, I'm thinking I need to do everything manually and "after build" use donet publish, then zip it up all the assets and then use that as the artifact?

  1. Support Staff 1 Posted by Owen McDonnell on 12 Feb, 2019 12:40 AM

    Owen McDonnell's Avatar

    You are right that it isn't working at the moment. This is a recently discovered regression that we are currently working on.
    You can run dotnet publish manually for now until it is fixed. If you do so, you don't need to zip it. You can just point to the appropriate folder from the publish command in artifacts section.

  2. Ilya Finkelshteyn closed this discussion on 14 Apr, 2019 09:00 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM
20 Sep, 2024 05:50 PM