How does publish_aspnet_core detect what is a web app and what isn't
Hello, just wondering why one of my class library projects are getting packaged and included in the artifacts. Why does appveyor think it's a web app?
Thanks,
Peter
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 Feodor Fitsner on 04 Nov, 2020 07:10 PM
Hi Peter,
First, it checks
.csproj
for all<ItemGroup><PackageReference>
elements whereInclude
attribute contains*Microsoft.AspNetCore*
.Second, it checks for
Sdk="Microsoft.NET.Sdk.Web"
in the root element.Feodor Fitsner closed this discussion on 04 Jan, 2021 09:03 PM.