Skip to content

Commit

Permalink
修复当发布路径包含空格时无法正确识别的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liesauer committed Dec 11, 2019
1 parent 0865af1 commit 4865398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetCoreBeautyGlobalTool/NetCoreBeautyGlobalTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ToolCommandName>ncbeauty</ToolCommandName>
<PackageOutputPath>.nupkg</PackageOutputPath>

<Version>1.1.6</Version>
<Version>1.1.7</Version>

<Authors>LiesAuer</Authors>
<Description>Move a .NET Core app runtime components and dependencies into a sub-directory and make it beauty.</Description>
Expand Down
2 changes: 1 addition & 1 deletion NetCoreBeautyNuget/Beauty.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<PropertyGroup>
<BeautyDir>%(PublishDir.FullPath)</BeautyDir>
<BeautyDir>"%(PublishDir.FullPath)/.HERE/.."</BeautyDir>
</PropertyGroup>

<Exec Command="$(BeautyBin) $(GitCDN) $(BeautyLogLevel) $(DisablePatch) $(BeautyDir) $(BeautyLibsDir)" />
Expand Down
2 changes: 1 addition & 1 deletion NetCoreBeautyNuget/NetCoreBeauty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nulastudio.NetCoreBeauty</id>
<description>Move a .NET Core app runtime components and dependencies into a sub-directory and make it beauty.</description>
<version>1.1.6</version>
<version>1.1.7</version>
<authors>LiesAuer</authors>
<owners>nulastudio</owners>
<projectUrl>https://github.com/nulastudio/NetCoreBeauty</projectUrl>
Expand Down

0 comments on commit 4865398

Please sign in to comment.