File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- #### 1.3.0-beta003 - May 12, 2020
1+ #### 1.3.0-beta004 - May 12, 2020
22
33- Adds Applicative Support for FSharp 5.0. Credits [ Jimmy Byrd] ( https://github.com/TheAngryByrd ) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/75 )
44
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Target.create "NuGet" (fun _ ->
131131 DotNet.pack( fun p ->
132132 { p with
133133 // ./bin from the solution root matching the "PublishNuget" target WorkingDir
134- OutputPath = Some " ../.. /bin"
134+ OutputPath = Some " ./bin"
135135 Configuration = DotNet.BuildConfiguration.Release
136136 MSBuildParams = { MSBuild.CliArguments.Create() with
137137 // "/p" (property) arguments to MSBuild.exe
@@ -142,6 +142,7 @@ Target.create "NuGet" (fun _ ->
142142Target.create " PublishNuget" ( fun _ ->
143143 Paket.push( fun p ->
144144 { p with
145+ ToolType = ToolType.CreateLocalTool()
145146 PublishUrl = " https://www.nuget.org"
146147 WorkingDir = " bin" })
147148)
You can’t perform that action at this time.
0 commit comments