Skip to content

Commit 645d3bd

Browse files
committed
feat(tests): include projects in NuGet package generation
1 parent b83061a commit 645d3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module Steps =
111111
let! ctx = Step.context
112112
Console.info "Generating NuGet Package" |> ctx.Console.WriteLine
113113

114-
for packable in libraries do
114+
for packable in projects @ libraries do
115115
do!
116116
Operations.dotnet
117117
$"pack src/{packable}/{packable}.fsproj -p:Version={PackageVersion} -o {outDir}"

0 commit comments

Comments
 (0)