Skip to content

Commit cc52725

Browse files
authored
Merge pull request #307 from WillStrohl/tasks/minor-build-update
Tasks/minor build update
2 parents 6142703 + 8267794 commit cc52725

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

BuildScripts/ModulePackage.targets

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3131
</XmlRead>
3232

3333
<ItemGroup>
34-
<InstallInclude Include="**\*.ascx" Exclude="packages\**;node_modules\**;clientApp\**;WhatsNew.ascx;WhatsNewOptions.ascx" />
35-
<InstallInclude Include="**\*.asmx" Exclude="packages\**;node_modules\**;clientApp\**" />
36-
<InstallInclude Include="**\*.ashx" Exclude="packages\**;node_modules\**;clientApp\**" />
37-
<InstallInclude Include="**\*.css" Exclude="packages\**;node_modules\**;clientApp\**" />
38-
<InstallInclude Include="**\*.html" Exclude="packages\**;node_modules\**;clientApp\**" />
39-
<InstallInclude Include="**\*.htm" Exclude="packages\**;node_modules\**;clientApp\**;UpgradeLog*.htm" />
40-
<InstallInclude Include="**\*.resx" Exclude="packages\**;node_modules\**;clientApp\**" />
41-
<InstallInclude Include="**\*.aspx" Exclude="packages\**;node_modules\**;clientApp\**" />
42-
<InstallInclude Include="**\*.js" Exclude="packages\**;node_modules\**;clientApp\**" />
43-
<InstallInclude Include="**\*.js.map" Exclude="packages\**;node_modules\**;clientApp\**" />
44-
<InstallInclude Include="**\*.txt" Exclude="**\obj\**;**\_ReSharper*\**;packages\**;node_modules\**;clientApp\**;readme.txt" />
45-
<InstallInclude Include="**\images\**\*.*" Exclude="packages\**;node_modules\**;clientApp\**" />
46-
<InstallInclude Include="**\*.eot" Exclude="packages\**;node_modules\**;clientApp\**" />
47-
<InstallInclude Include="**\*.svg" Exclude="packages\**;node_modules\**;clientApp\**" />
48-
<InstallInclude Include="**\*.ttf" Exclude="packages\**;node_modules\**;clientApp\**" />
49-
<InstallInclude Include="**\*.woff" Exclude="packages\**;node_modules\**;clientApp\**" />
50-
<InstallInclude Include="**\*.woff2" Exclude="packages\**;node_modules\**;clientApp\**" />
51-
<InstallInclude Include="**\*.swf" Exclude="packages\**;node_modules\**;clientApp\**" />
52-
<InstallInclude Include="**\*.ico" Exclude="packages\**;node_modules\**;clientApp\**" />
53-
<InstallInclude Include="**\*.json" Exclude="packages\**;node_modules\**;clientApp\**;obj\**" />
54-
<InstallInclude Include="**\*.scss" Exclude="packages\**;node_modules\**;clientApp\**" />
55-
<InstallInclude Include="**\*.cshtml" Exclude="packages\**;node_modules\**;clientApp\**" />
56-
<InstallInclude Include="**\*.png" Exclude="packages\**;node_modules\**;clientApp\**" />
57-
<InstallInclude Include="**\*.gif" Exclude="packages\**;node_modules\**;clientApp\**" />
58-
<InstallInclude Include="**\*.jpeg" Exclude="packages\**;node_modules\**;clientApp\**" />
59-
<InstallInclude Include="**\*.jpg" Exclude="packages\**;node_modules\**;clientApp\**" />
60-
<InstallInclude Include="**\*.bmp" Exclude="packages\**;node_modules\**;clientApp\**" />
61-
<InstallInclude Include="**\*.xml" Exclude="packages\**;node_modules\**;clientApp\**;bin\**" />
62-
<InstallInclude Include="**\*.config" Exclude="packages\**;node_modules\**;clientApp\**" />
34+
<InstallInclude Include="**\*.ascx" Exclude="packages\**;node_modules\**;clientApp\**;WhatsNew.ascx;WhatsNewOptions.ascx;.git\**;.vs\**" />
35+
<InstallInclude Include="**\*.asmx" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
36+
<InstallInclude Include="**\*.ashx" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
37+
<InstallInclude Include="**\*.css" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
38+
<InstallInclude Include="**\*.html" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
39+
<InstallInclude Include="**\*.htm" Exclude="packages\**;node_modules\**;clientApp\**;UpgradeLog*.htm;.git\**;.vs\**" />
40+
<InstallInclude Include="**\*.resx" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
41+
<InstallInclude Include="**\*.aspx" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
42+
<InstallInclude Include="**\*.js" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
43+
<InstallInclude Include="**\*.js.map" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
44+
<InstallInclude Include="**\*.txt" Exclude="**\obj\**;**\_ReSharper*\**;packages\**;node_modules\**;clientApp\**;readme.txt;.git\**;.vs\**" />
45+
<InstallInclude Include="**\images\**\*.*" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
46+
<InstallInclude Include="**\*.eot" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
47+
<InstallInclude Include="**\*.svg" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
48+
<InstallInclude Include="**\*.ttf" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
49+
<InstallInclude Include="**\*.woff" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**v" />
50+
<InstallInclude Include="**\*.woff2" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
51+
<InstallInclude Include="**\*.swf" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
52+
<InstallInclude Include="**\*.ico" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
53+
<InstallInclude Include="**\*.json" Exclude="packages\**;node_modules\**;clientApp\**;obj\**;.git\**;.vs\**" />
54+
<InstallInclude Include="**\*.scss" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
55+
<InstallInclude Include="**\*.cshtml" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
56+
<InstallInclude Include="**\*.png" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
57+
<InstallInclude Include="**\*.gif" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
58+
<InstallInclude Include="**\*.jpeg" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
59+
<InstallInclude Include="**\*.jpg" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
60+
<InstallInclude Include="**\*.bmp" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
61+
<InstallInclude Include="**\*.xml" Exclude="packages\**;node_modules\**;clientApp\**;bin\**;.git\**;.vs\**" />
62+
<InstallInclude Include="**\*.config" Exclude="packages\**;node_modules\**;clientApp\**;.git\**;.vs\**" />
6363
</ItemGroup>
6464

6565
<CreateItem Include="$(DNNFileName).dnn">

ReleaseNotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<li>BUG: Added a missing SQL query to remove orphaned rewrite URL data (No issue, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
1919
<li>BUG: Fixed flood control bug due to a GitHub merge conflict (No issue, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
2020
<li>TASK: Updated namespaces to be more contectually obvious to developers (No issue, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
21+
<li>BUG: Resolved a minor build issue that was packaging VS &amp; Git files in the Resources.zip (No issue, thanks <a href="https://github.com/willstrohl" target="_blank">@WillStrohl</a>!)</li>
2122
</ul>
2223

2324
<h3>07.00.07</h3>

0 commit comments

Comments
 (0)