What does "Package .NET Core console projects" actually do?
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?
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
Support Staff 1 Posted by Owen McDonnell on 12 Feb, 2019 12:40 AM
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.Ilya Finkelshteyn closed this discussion on 14 Apr, 2019 09:00 PM.