Skip to content

Commit

Permalink
aspnet_pack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ixre committed Oct 27, 2021
1 parent d0c1eaa commit 443a298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions aspnet_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ cp -r ../../JR.Cms.App/install ../../JR.Cms.App/oem \
../../JR.Cms.App/root .

echo "setup2: building.." && \
xbuild *.csproj /p:Configuration=Release && \
mkdir ${RELEASE_DIR}/root && cp -r root/*.md ${RELEASE_DIR}/root && \
#xbuild *.csproj /p:Configuration=Release

mkdir ${RELEASE_DIR}/root && cp -r root/*.md ${RELEASE_DIR}/root && \
mkdir ${RELEASE_DIR}/templates && cp -r templates/default ${RELEASE_DIR}/templates && \
cp -r bin public oem install plugins ${RELEASE_DIR} && \
cp Global.asax Web.config ${RELEASE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion src/JR.Cms/Conf/CmsVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class CmsVariables
/// <summary>
/// 版本号
/// </summary>
public const string VERSION="4.0.3";
public const string VERSION="4.1.0";
/// <summary>
/// 框架目录
/// </summary>
Expand Down

0 comments on commit 443a298

Please sign in to comment.