Explorar o código

Merge remote-tracking branch 'remotes/origin/develop'

drieseng %!s(int64=5) %!d(string=hai) anos
pai
achega
61c09ffefb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/build.proj

+ 1 - 1
build/build.proj

@@ -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>