File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,11 @@ function CreateNuGetPackage {
85
85
86
86
if ([string ]::IsNullOrWhitespace($versionSuffix )) {
87
87
dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts
88
+ dotnet pack .\src\JsonApiDotNetCore.OpenApi - c Release - o .\artifacts
88
89
}
89
90
else {
90
91
dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $versionSuffix
92
+ dotnet pack .\src\JsonApiDotNetCore.OpenApi - c Release - o .\artifacts -- version- suffix= $versionSuffix
91
93
}
92
94
93
95
CheckLastExitCode
Original file line number Diff line number Diff line change 366
366
"requestBody" : {
367
367
"content" : {
368
368
"application/json" : {
369
- "schema" : { }
369
+ "schema" : {}
370
370
},
371
371
"text/json" : {
372
- "schema" : { }
372
+ "schema" : {}
373
373
},
374
374
"application/*+json" : {
375
- "schema" : { }
375
+ "schema" : {}
376
376
}
377
377
}
378
378
},
804
804
"requestBody" : {
805
805
"content" : {
806
806
"application/json" : {
807
- "schema" : { }
807
+ "schema" : {}
808
808
},
809
809
"text/json" : {
810
- "schema" : { }
810
+ "schema" : {}
811
811
},
812
812
"application/*+json" : {
813
- "schema" : { }
813
+ "schema" : {}
814
814
}
815
815
}
816
816
},
You can’t perform that action at this time.
0 commit comments