Skip to content

Commit 7accd8a

Browse files
committed
ci: remove soft dependency of GenerateAssemblyInfo target on UpdateChangelog to fix publishing to GitHub
1 parent f9fdff4 commit 7accd8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/build.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ let initTargets () =
636636
// Ensure UpdateChangelog is called after DotnetRestore
637637
"DotnetRestore" ?=>! "UpdateChangelog"
638638

639-
"UpdateChangelog" ?=>! "GenerateAssemblyInfo"
640-
641639
"CleanDocsCache" ==>! "BuildDocs"
642640

643641
"DotnetBuild" ?=>! "BuildDocs"

0 commit comments

Comments
 (0)