Skip to content

Conversation

@jonwis
Copy link
Member

@jonwis jonwis commented Jul 3, 2020

This resolves #677 by:

  • Including WinMDs found from ExpandSDKReference
  • Adding some instructions on build & test for the nuget packages
  • Ensuring nuget packages are built with the passed-in version number

Copy link
Member

@DrusTheAxe DrusTheAxe left a comment

Choose a reason for hiding this comment

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

LGTM

@kennykerr kennykerr requested review from Scottj1s and jlaanstra July 3, 2020 21:48
@kennykerr
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@kennykerr
Copy link
Collaborator

Thanks for the contribution! 🎉

@kennykerr kennykerr merged commit 3689d85 into microsoft:master Jul 3, 2020
<!--Get direct WinMD references (including Nuget packages) for projections, IDL processing, and AppX packaging-->
<Target Name="GetCppWinRTDirectWinMDReferences"
DependsOnTargets="ResolveAssemblyReferences;$(GetCppWinRTDirectWinMDReferencesDependsOn)"
DependsOnTargets="ExpandSDKReferences;ResolveAssemblyReferences;$(GetCppWinRTDirectWinMDReferencesDependsOn)"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is unnecessary as ResolveAssemblyReferences already depends on it, but also doesn't hurt to have it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NuGet Targets file doesn't include WinMDs from SDKReference targets

5 participants