File tree Expand file tree Collapse file tree 3 files changed +9
-23
lines changed Expand file tree Collapse file tree 3 files changed +9
-23
lines changed Original file line number Diff line number Diff line change 99 ]
1010 },
1111 "fake-cli" : {
12- "version" : " 5.20.1 " ,
12+ "version" : " 5.20.2 " ,
1313 "commands" : [
1414 " fake"
1515 ]
Original file line number Diff line number Diff line change @@ -86,13 +86,14 @@ Target.create "Pack" (fun _ ->
8686 DotNet.pack setParams " examples/BasicProvider/BasicProvider.fsproj"
8787 DotNet.pack setParams " examples/StressProvider/StressProvider.fsproj"
8888
89- NuGet.NuGet.NuGetPack ( fun p -> {
90- p with
91- WorkingDir = " templates"
92- OutputPath = outputPath
93- Version = release.NugetVersion
94- ReleaseNotes = releaseNotes
95- }) " templates/FSharp.TypeProviders.Templates.nuspec"
89+ // TODO - get the bottom of why FAKE keeps creating a new .nuspec no matter the version
90+ // NuGet.NuGet.NuGetPack (fun p -> {
91+ // p with
92+ // WorkingDir = "templates"
93+ // OutputPath = outputPath
94+ // Version = release.NugetVersion
95+ // ReleaseNotes = releaseNotes
96+ // }) "templates/FSharp.TypeProviders.Templates.nuspec"
9697)
9798
9899Target.create " TestTemplatesNuGet" ( fun _ ->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments