diff --git a/docu.ps1 b/docu.ps1 index 681646cb..e0a6a3a3 100644 --- a/docu.ps1 +++ b/docu.ps1 @@ -1,6 +1,10 @@ +if ((Test-Path .\.fsdocs) -eq $true) { + Remove-Item .\.fsdocs\ -Force -Recurse +} + dotnet tool restore -dotnet publish ./src/FsHttp.sln -c Release -f netstandard2.0 +dotnet publish ./src/FsHttp/FsHttp.fsproj -c Release -f netstandard2.0 if ($args[0] -eq $null) { $mode = "build"