Skip to content

k build console application #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Mpdreamz opened this issue Jun 19, 2014 · 1 comment
Closed

k build console application #83

Mpdreamz opened this issue Jun 19, 2014 · 1 comment

Comments

@Mpdreamz
Copy link

When trying to use k build to build a console application the resulting nuget package does not contain an .exe.

The current project.json schema has no way off specifying that my application is in fact a console application it seems.

@davidfowl
Copy link
Member

This platform doesn't support .exe's. A console application is really just a class library with a different entry point so you'll never be able to produce an exe. If you're looking for a way to get something more deployable, then you can use k pack instead of k build. This will turn your console application into something you can start with a batch file.

@Mpdreamz Mpdreamz closed this as completed Nov 6, 2014
dougbu pushed a commit to dotnet-maestro-bot/AspNetCore that referenced this issue Sep 11, 2019
Add VSTS integration
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants