Fix compiling of VBNet templates NuGet
This commit is contained in:
parent
5e905ba3e4
commit
15db122a4e
1 changed files with 3 additions and 1 deletions
|
@ -117,12 +117,14 @@ Task("PackageTemplates")
|
|||
{
|
||||
var settings = new NuGetPackSettings
|
||||
{
|
||||
BasePath = "Source/Templates/NetCore/GtkSharp.Template.CSharp",
|
||||
OutputDirectory = "BuildOutput/NugetPackages",
|
||||
Version = Settings.Version
|
||||
};
|
||||
|
||||
settings.BasePath = "Source/Templates/NetCore/GtkSharp.Template.CSharp";
|
||||
NuGetPack("Source/Templates/NetCore/GtkSharp.Template.CSharp/GtkSharp.Template.CSharp.nuspec", settings);
|
||||
|
||||
settings.BasePath = "Source/Templates/NetCore/GtkSharp.Template.VBNet";
|
||||
NuGetPack("Source/Templates/NetCore/GtkSharp.Template.VBNet/GtkSharp.Template.VBNet.nuspec", settings);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue