Skip to content

Commit 22a895f

Browse files
committed
Update name of Sandcastle Help File Builder environment variable.
1 parent 8ac8e87 commit 22a895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</Target>
149149

150150
<Target Name="GenerateHelpFile" DependsOnTargets="CheckReleaseVersion">
151-
<Error Text="Please install Sandcastle, and ensure the SHFBFolder environment variable is set." Condition="'$(SHFBFolder)'==''"/>
151+
<Error Text="Please install Sandcastle, and ensure the SHFBROOT environment variable is set." Condition="'$(SHFBROOT)'==''"/>
152152
<MSBuild Projects="$(MSBuildThisFileDirectory)sandcastle\SSH.NET.shfbproj"/>
153153
<Move SourceFiles="$(MSBuildThisFileDirectory)target\help\SshNet.Help.chm" DestinationFiles="$(MSBuildThisFileDirectory)target\SSH.NET-$(ReleaseVersion)-help.chm"/>
154154
</Target>

0 commit comments

Comments
 (0)