Skip to content

Commit 9802134

Browse files
committed
Updates
1 parent a0ab200 commit 9802134

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fake-cli": {
12-
"version": "5.20.1",
12+
"version": "5.20.2",
1313
"commands": [
1414
"fake"
1515
]

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)