We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OutputType
Hi.
I've found a Bug in the project parser which assumes Library for OutputType if it's not specified.
Library
Cake.Incubator/src/Cake.Incubator/Project/ProjectParserExtensions.cs
Line 882 in d98c041
Actually the default OutputType depends on the SDK. For the Microsoft.NET.Sdk.Web SDK it defaults to 'Exe'.
Microsoft.NET.Sdk.Web
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
I've found a Bug in the project parser which assumes
Library
forOutputType
if it's not specified.Cake.Incubator/src/Cake.Incubator/Project/ProjectParserExtensions.cs
Line 882 in d98c041
Actually the default OutputType depends on the SDK.
For the
Microsoft.NET.Sdk.Web
SDK it defaults to 'Exe'.The text was updated successfully, but these errors were encountered: