Skip to content

Commit

Permalink
Remove the FSharp proj from Build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Mar 29, 2015
1 parent 67e5314 commit 3f7154b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ function Invoke-NuGetPack($version)
pushd .\src\Serilog
Invoke-NuGetPackSpec "Serilog.nuspec" $version
popd

pushd .\src\Serilog.Extras.FSharp
Invoke-NuGetPackSpec "Serilog.Extras.FSharp.nuspec" $version
popd
}

function Invoke-Build($majorMinor, $patch, $customLogger, $notouch)
Expand Down

0 comments on commit 3f7154b

Please sign in to comment.