Skip to content

Commit 112d6e7

Browse files
committed
introduce canary handling for the upgrade helper package
1 parent 10a55d3 commit 112d6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/scripts/Releasing.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module Release =
107107
| Project ElasticsearchNet ->
108108
rewriteDllFile p.Name
109109
ignore()
110+
| Project NestUpgradeHelper
110111
| Project NestJsonNetSerializer ->
111112
let nestDeps = doc.XPathSelectElements("/x:package/x:metadata//x:dependency[@id='NEST']", nsManager);
112113
nestDeps |> Seq.iter (fun e ->

0 commit comments

Comments
 (0)