Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Copy NuGet.Protocol.Catalog from Samples repository #405

Merged
merged 1 commit into from
Nov 14, 2018
Merged

Conversation

joelverhagen
Copy link
Member

Address NuGet/NuGetGallery#6666.

This is just a simple copy from Samples repository. I had to move from SDK-based project to legacy .csproj which means it no longer targets .NET Standard 1.3 😢. I did not want to introduce SDK-based projects are part of this effort.

This code is already used by package lag monitor.

</PropertyGroup>
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />
<Import Project="..\..\sign.thirdparty.targets" />

Choose a reason for hiding this comment

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

I would double check that all of the dependencies of this project are in the third-party list. May want to kick off a release build on this feature branch just to make sure that Extract and Verify Artifacts succeeds.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea.

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 forgot MicroBuild. Should be good now.

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.

3 participants