Skip to content

Commit 5eccabb

Browse files
committed
Updates
1 parent 7c236f3 commit 5eccabb

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

build.fsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

9899
Target.create "TestTemplatesNuGet" (fun _ ->

templates/FSharp.TypeProviders.Templates.6.0.0.nuspec

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)