File tree 2 files changed +4
-1
lines changed
src/Microsoft.OpenApi.Hidi
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ extends:
230
230
inputs :
231
231
useDotNetTask : true
232
232
packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Hidi.*.nupkg'
233
+ packageParentPath : ' $(Pipeline.Workspace)'
233
234
nuGetFeedType : external
234
235
publishFeedCredentials : ' OpenAPI Nuget Connection'
235
236
- task : GitHubRelease@1
@@ -279,6 +280,7 @@ extends:
279
280
inputs :
280
281
useDotNetTask : true
281
282
packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.*.nupkg'
283
+ packageParentPath : ' $(Pipeline.Workspace)'
282
284
nuGetFeedType : external
283
285
publishFeedCredentials : ' OpenAPI Nuget Connection'
284
286
@@ -301,5 +303,6 @@ extends:
301
303
inputs :
302
304
useDotNetTask : true
303
305
packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Readers.*.nupkg'
306
+ packageParentPath : ' $(Pipeline.Workspace)'
304
307
nuGetFeedType : external
305
308
publishFeedCredentials : ' OpenAPI Nuget Connection'
Original file line number Diff line number Diff line change 9
9
<Nullable >enable</Nullable >
10
10
<ToolCommandName >hidi</ToolCommandName >
11
11
<PackageOutputPath >./../../artifacts</PackageOutputPath >
12
- <Version >1.4.3 </Version >
12
+ <Version >1.4.4 </Version >
13
13
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
14
14
<SignAssembly >true</SignAssembly >
15
15
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
You can’t perform that action at this time.
0 commit comments