Skip to content

Commit

Permalink
Fixed an issue where DnnPlugins package was not being produced
Browse files Browse the repository at this point in the history
The declaration in thirdparty.json was missed in dnnsoftware#5724

Closes dnnsoftware#5740
  • Loading branch information
valadas committed Jul 15, 2023
1 parent 71c696f commit 23d40ac
Showing 1 changed file with 64 additions and 59 deletions.
123 changes: 64 additions & 59 deletions Build/Tasks/thirdparty.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,64 @@
[
{
"name": "HoverIntent",
"folder": "DNN Platform/JavaScript Libraries/HoverIntent/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQuery",
"folder": "DNN Platform/JavaScript Libraries/jQuery/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQuery.Fileupload",
"folder": "DNN Platform/JavaScript Libraries/jQuery.Fileupload/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQuery.iframe-transport",
"folder": "DNN Platform/JavaScript Libraries/jQuery.iframe-transport/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQueryMigrate",
"folder": "DNN Platform/JavaScript Libraries/jQueryMigrate/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQueryUI",
"folder": "DNN Platform/JavaScript Libraries/jQueryUI/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "Knockout",
"folder": "DNN Platform/JavaScript Libraries/Knockout/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "KnockoutMapping",
"folder": "DNN Platform/JavaScript Libraries/KnockoutMapping/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "Selectize",
"folder": "DNN Platform/JavaScript Libraries/Selectize/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "Microsoft.CodeDom.Providers.DotNetCompilerPlatform",
"folder": "DNN Platform/Components/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/",
"destination": "Install/Library",
"extension": "resources"
},
{
"name": "MicrosoftFileSystemGlobbing",
"folder": "DNN Platform/Components/Microsoft.Extensions.FileSystemGlobbing/",
"destination": "Install/Library",
"excludes": [ "**/*.xml" ]
}
]
[
{
"name": "DnnPlugins",
"folder": "DNN Platform/JavaScript Libraries/DnnPlugins/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "HoverIntent",
"folder": "DNN Platform/JavaScript Libraries/HoverIntent/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQuery",
"folder": "DNN Platform/JavaScript Libraries/jQuery/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQuery.Fileupload",
"folder": "DNN Platform/JavaScript Libraries/jQuery.Fileupload/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQuery.iframe-transport",
"folder": "DNN Platform/JavaScript Libraries/jQuery.iframe-transport/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQueryMigrate",
"folder": "DNN Platform/JavaScript Libraries/jQueryMigrate/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "jQueryUI",
"folder": "DNN Platform/JavaScript Libraries/jQueryUI/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "Knockout",
"folder": "DNN Platform/JavaScript Libraries/Knockout/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "KnockoutMapping",
"folder": "DNN Platform/JavaScript Libraries/KnockoutMapping/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "Selectize",
"folder": "DNN Platform/JavaScript Libraries/Selectize/",
"destination": "Install/JavaScriptLibrary"
},
{
"name": "Microsoft.CodeDom.Providers.DotNetCompilerPlatform",
"folder": "DNN Platform/Components/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/",
"destination": "Install/Library",
"extension": "resources"
},
{
"name": "MicrosoftFileSystemGlobbing",
"folder": "DNN Platform/Components/Microsoft.Extensions.FileSystemGlobbing/",
"destination": "Install/Library",
"excludes": [ "**/*.xml" ]
}
]

0 comments on commit 23d40ac

Please # to comment.