Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Enable msbuild /t:pack on library packages #593

Merged
merged 1 commit into from
Oct 24, 2018
Merged

Enable msbuild /t:pack on library packages #593

merged 1 commit into from
Oct 24, 2018

Conversation

joelverhagen
Copy link
Member

Progress on https://github.com/NuGet/Engineering/issues/1673.

Currently, latest versions of NuGet.Jobs.Common, Validation.Symbols.Core, and Validation.ScanAndSign.Core packages have no dependencies.

@@ -15,6 +15,10 @@
<DefineConstants>TRACE</DefineConstants>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup>
<Authors>.NET Foundation</Authors>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I chose the minimal set of metadata to get pack working. These are internal-ish packages so I didn't want to think too much.

@joelverhagen
Copy link
Member Author

This work is similar to NuGet/NuGetGallery#6348.

Copy link
Member

@chenriksson chenriksson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome - thank you so much!

@chenriksson
Copy link
Member

@joelverhagen Opened NuGet/NuGetGallery#6592 to track the cleanup I mentioned

@joelverhagen joelverhagen merged commit 2936750 into dev Oct 24, 2018
@joelverhagen joelverhagen deleted the jver-deps branch October 24, 2018 21:59
joelverhagen added a commit that referenced this pull request Sep 27, 2019
The goal is to leave the existing download.v1.json data structure Downloads as-is to ensure existing search is unaffected.
Instead of changing Downloads, an API is added to read this file into the more convenient DownloadData class which is flexible enough for comparison and maintaining original case of IDs.
Progress on NuGet/NuGetGallery#6458
joelverhagen added a commit that referenced this pull request Oct 26, 2020
The goal is to leave the existing download.v1.json data structure Downloads as-is to ensure existing search is unaffected.
Instead of changing Downloads, an API is added to read this file into the more convenient DownloadData class which is flexible enough for comparison and maintaining original case of IDs.
Progress on NuGet/NuGetGallery#6458
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants