Skip to content

Commit fe3b446

Browse files
committed
Add dependencies for RunTests target in package process
1 parent 010a42e commit fe3b446

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,12 @@ let initTargets () =
561561
"GenerateAssemblyInfo"
562562
==>! "PublishToNuGet"
563563

564+
"RunTests"
565+
?=>! "DotnetPack"
566+
567+
"RunTests"
568+
==>! "PublishToNuGet"
569+
564570
"Clean"
565571
==> "CheckFormatCode"
566572
==> "DotnetPack"

0 commit comments

Comments
 (0)