diff --git a/Build/build.ps1 b/Build/build.ps1 index 4a9f89c5858..4cc20d6404e 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -17,7 +17,7 @@ function Build-One { -v $Env:BUILD_VERBOSITY ` /property:DefineConstants=$Env:ASSEMBLY_CONSTANTS ` /property:Version=$Env:ASSEMBLY_VERSION ` - /property:QsharpDocsOutDir=$Env:DOCS_OUTDIR + /property:QsharpDocsOutputPath=$Env:DOCS_OUTDIR if ($LastExitCode -ne 0) { Write-Host "##vso[task.logissue type=error;]Failed to build $project."