-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add Parquet symbols nuget package. #145
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
Conversation
Add symbols package for ML.Parquet package. Put common NuGet package logic in props file. Fix dotnet#144
<Content Include="$(PackageAssetsPath)$(PackageIdFolderName)\runtimes\**\*" Pack="true" PackagePath="runtimes" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(IsSymbolsPackage)' != 'true'"> |
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.
there will be some symbols with the extension .dll, this wont remove them
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.
what symbols have an extension of .dll
?
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.
Sorry, my bad I got confused.
@dotnet-bot test this please |
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.
LGTM.
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.
Thanks @eerhardt this looks cleaner.
Add symbols package for ML.Parquet package. Put common NuGet package logic in props file. Fix dotnet#144
Add symbols package for ML.Parquet package.
Put common NuGet package logic in props file.
Fix #144