Skip to content

Commit

Permalink
#72 Fixed some issued on subsequent docu generation calls
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Jan 16, 2022
1 parent 15f9e03 commit 544e55f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docu.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 544e55f

Please sign in to comment.