Remove GLWidget exclusion from nuget packing.

This commit is contained in:
Jarl Gullberg 2017-07-26 17:07:11 +02:00
parent 047c2396ab
commit bb5e4370ed
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -177,7 +177,7 @@ Target "NuGet" (fun _ ->
Paket.Pack(fun p -> Paket.Pack(fun p ->
{ p with { p with
OutputPath = "bin" OutputPath = "bin"
ExcludedTemplates = "OpenTK.GLWidget" :: xamExcludes ExcludedTemplates = xamExcludes
Version = release.NugetVersion Version = release.NugetVersion
ReleaseNotes = toLines release.Notes}) ReleaseNotes = toLines release.Notes})
) )