mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Update name of Sandcastle Help File Builder environment variable.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@
|
||||
</Target>
|
||||
|
||||
<Target Name="GenerateHelpFile" DependsOnTargets="CheckReleaseVersion">
|
||||
<Error Text="Please install Sandcastle, and ensure the SHFBFolder environment variable is set." Condition="'$(SHFBFolder)'==''"/>
|
||||
<Error Text="Please install Sandcastle, and ensure the SHFBROOT environment variable is set." Condition="'$(SHFBROOT)'==''"/>
|
||||
<MSBuild Projects="$(MSBuildThisFileDirectory)sandcastle\SSH.NET.shfbproj"/>
|
||||
<Move SourceFiles="$(MSBuildThisFileDirectory)target\help\SshNet.Help.chm" DestinationFiles="$(MSBuildThisFileDirectory)target\SSH.NET-$(ReleaseVersion)-help.chm"/>
|
||||
</Target>
|
||||
|
||||
Reference in New Issue
Block a user