Skip to content

Commit ee64408

Browse files
committed
adjust buildscript
1 parent 79f79dc commit ee64408

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Build.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,15 @@ function CreateNuGetPackage {
8383
}
8484
}
8585

86+
87+
8688
if ([string]::IsNullOrWhitespace($versionSuffix)) {
8789
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts
90+
dotnet pack .\src\JsonApiDotNetCore.OpenApi -c Release -o .\artifacts
8891
}
8992
else {
9093
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$versionSuffix
94+
dotnet pack .\src\JsonApiDotNetCore.OpenApi -c Release -o .\artifacts --version-suffix=$versionSuffix
9195
}
9296

9397
CheckLastExitCode

0 commit comments

Comments
 (0)