Skip to content

Commit 966ae83

Browse files
author
Bart Koelman
committed
Produce NuGet package in cibuild
1 parent 61649e6 commit 966ae83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ function CreateNuGetPackage {
8585
}
8686

8787
if ([string]::IsNullOrWhitespace($versionSuffix)) {
88+
dotnet pack .\src\JsonApiDotNetCore.SourceGenerators -c Release -o .\artifacts
8889
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts
8990
}
9091
else {
92+
dotnet pack .\src\JsonApiDotNetCore.SourceGenerators -c Release -o .\artifacts --version-suffix=$versionSuffix
9193
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$versionSuffix
9294
}
9395

0 commit comments

Comments
 (0)