Skip to content

Commit

Permalink
introduce canary handling for the upgrade helper package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jun 17, 2019
1 parent 10a55d3 commit 112d6e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/Releasing.fs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ module Release =
| Project ElasticsearchNet ->
rewriteDllFile p.Name
ignore()
| Project NestUpgradeHelper
| Project NestJsonNetSerializer ->
let nestDeps = doc.XPathSelectElements("/x:package/x:metadata//x:dependency[@id='NEST']", nsManager);
nestDeps |> Seq.iter (fun e ->
Expand Down

0 comments on commit 112d6e7

Please sign in to comment.