-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling #18574
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
Changes from all commits
0e7716d
d58d809
081ed7a
a835d21
31b692c
f7dbe74
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
<Description>Single Page Application templates for ASP.NET Core</Description> | ||
<PackageTags>$(PackageTags);spa</PackageTags> | ||
<IsShippingPackage>true</IsShippingPackage> | ||
<!-- By default Pack will exclude files that start with '.', we want to include those files --> | ||
<NoDefaultExcludes>true</NoDefaultExcludes> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ryanbrandenburg @dougbu NuGet fixed a bug that was allowing files starting with "." to be packed. Since it looks like we want those files included we need to set this value. |
||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahsonkhan Why did this behavior change? Seems random and unnecessary.
cc @pranavkm