Skip to content

Commit a5a5e9e

Browse files
committed
build script fixed
1 parent cc0758f commit a5a5e9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

yaf_dnn/BuildScripts/ModulePackage.targets

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</CreateItem>
135135

136136
<Zip Files="@(yafdnn-resContent)" WorkingDirectory="$(MSBuildProjectDirectory)\yafdnn-res" ZipFileName="yafdnn-res.$(Extension)" />
137-
<Copy SourceFiles="$(MSBuildProjectDirectory)\yafdnn-res.$(Extension)" DestinationFolder="package/" />
137+
<Move SourceFiles="$(MSBuildProjectDirectory)\yafdnn-res.$(Extension)" DestinationFolder="package/" />
138138

139139

140140
<CreateItem Include="$(MSBuildProjectDirectory)\Package\**\*.*">
@@ -143,7 +143,7 @@
143143
<!-- Create the Install package -->
144144
<Zip Files="@(OutputContent)" WorkingDirectory="$(MSBuildProjectDirectory)\Package" ZipFileName="$(PackageName)_$(YAFVersion).$(Extension)" />
145145
<!-- Copy the Install package to the Packages folder -->
146-
<Move SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion).$(Extension)" DestinationFolder="packages/" />
146+
<Move SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion).$(Extension)" DestinationFolder="deploy/" />
147147

148148
<RemoveDir Directories ="$(MSBuildProjectDirectory)\Package" />
149149
<RemoveDir Directories ="$(MSBuildProjectDirectory)\YafDnnWhatsNewResources" />
@@ -160,7 +160,7 @@
160160
</CreateItem>
161161

162162
<Zip Files="@(OutputSource)" WorkingDirectory="$(MSBuildProjectDirectory)\Package" ZipFileName="$(PackageName)_$(YAFVersion)-SRC.$(Extension)" />
163-
<Move SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion)-SRC.$(Extension)" DestinationFolder="packages/" />
163+
<Move SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(YAFVersion)-SRC.$(Extension)" DestinationFolder="deploy/" />
164164

165165
<RemoveDir Directories ="$(MSBuildProjectDirectory)\Package" />
166166

yaf_dnn/Installation/YAF.DotNetNuke.Module.dnn

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="YetAnotherForumDotNet" type="Module" version="02.12.05604">
3+
<package name="YetAnotherForumDotNet" type="Module" version="02.12.05605">
44
<friendlyName>YAF.NET Forums</friendlyName>
55
<description>
66
&lt;strong&gt;YetAnotherForum.NET&lt;/strong&gt; as DNN Module. Yet Another Forum.NET (YAF) is an open source ASP.NET forum system.&lt;br /&gt;
@@ -379,7 +379,7 @@
379379
</component>
380380
</components>
381381
</package>
382-
<package name="YAF.WhatsNew" type="Module" version="02.12.05604">
382+
<package name="YAF.WhatsNew" type="Module" version="02.12.05605">
383383
<friendlyName>YAF.NET Forums What's New</friendlyName>
384384
<description>
385385
&lt;p&gt;This Module displays the Latest Posts from a &lt;strong&gt;YetAnotherForum.NET&lt;/strong&gt; Module. Based on the Current Users Authorization Level. You can define Which Forum should been used, and how many Posts should displayed.

0 commit comments

Comments
 (0)