Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 9218cca

Browse files
committed
no generate help
1 parent 0e4dd00 commit 9218cca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cement.Net/CementEntry.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
<Exec Command="copy $(OutputAssembly).config %25userprofile%25\bin\dotnet\cm.exe.config" />
123123
<Exec Command="xcopy $(SolutionDir)\files-common %25userprofile%25\bin\dotnet /s /i /Y" />
124124
<Exec Condition="Exists('$(SolutionDir)\files-kontur')" Command="xcopy $(SolutionDir)\files-kontur %25userprofile%25\bin\dotnet /s /i /Y" />
125-
<Exec Command="$(OutputAssembly) help --gen $(SolutionDir)\README-commands.md" />
126125
</Target>
127126
<Target Name="CopyExeUnix" DependsOnTargets="AfterBuild" Condition="'$(OS)' == 'Unix'">
128127
<Exec Command="rm -rf ~/bin/dotnet" />

0 commit comments

Comments
 (0)