Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed May 14, 2022
1 parent 39d7852 commit 36ac02b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ST.Tools.Publish/Models/PublishDirInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public PublishDirInfo(string dirName, string dirPath, DeploymentMode deploymentM
}

string _Name = string.Empty;

/// <summary>
/// 发布文件夹名
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions src/ST.Tools.Publish/Steps/Step_deb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using System.CommandLine.NamingConventionBinder;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using static System.Application.Utils;

namespace System.Application.Steps
Expand Down
1 change: 1 addition & 0 deletions src/ST.Tools.Publish/Steps/Step_rpm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using System.CommandLine.NamingConventionBinder;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using static System.Application.Utils;

namespace System.Application.Steps
Expand Down

0 comments on commit 36ac02b

Please sign in to comment.