diff --git a/build/build.ps1 b/build/build.ps1
index 7b491768dc..aa8b93bf64 100644
--- a/build/build.ps1
+++ b/build/build.ps1
@@ -469,7 +469,7 @@
$src = "$($this.SolutionRoot)\src"
$out = $this.BuildOutput
- # Check if the solution has been built
+ # Check if the solution has been built
if (!(Test-Path "$src\Umbraco.Web.UI.Client\node_modules")) {throw "Umbraco needs to be built before generating the Angular Docs"}
"Moving to Umbraco.Web.UI.Docs folder"
@@ -480,7 +480,7 @@
& npx gulp docs
Pop-Location
-
+
# change baseUrl
$BaseUrl = "https://our.umbraco.com/apidocs/v8/ui/"
$IndexPath = "./api/index.html"
diff --git a/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj b/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj
index 17a0630c83..70355f51e8 100644
--- a/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj
+++ b/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj
@@ -9,6 +9,10 @@
bin\Release\Umbraco.Web.Website.xml
+
+ bin\Release\Umbraco.Web.Website.xml
+
+