豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History

Extension SDKs as NuGet Package Sample

This provides an end-to-end sample to show how to package UWP XAML controls as a NuGet package. Refer to Create UWP Controls as NuGet Packages in the NuGet documentation for details.

To build the nuget package samples:

  1. Batch build the solution for all Release configurations
  2. From command prompt, navigate to /ExtensionSDKasNuGetPackage/ManagedPackage/ (managed controls) or ExtensionSDKasNuGetPackage/NativePackage (native controls)
  3. Execute nuget pack ManagedPackage.nuspec or nuget pack NativePackage.nuspec respectively

This will generate a nupkg and place it in the same directory as the nuspec.