File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ extends:
230230 inputs :
231231 useDotNetTask : true
232232 packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Hidi.*.nupkg'
233+ packageParentPath : ' $(Pipeline.Workspace)'
233234 nuGetFeedType : external
234235 publishFeedCredentials : ' OpenAPI Nuget Connection'
235236 - task : GitHubRelease@1
@@ -279,6 +280,7 @@ extends:
279280 inputs :
280281 useDotNetTask : true
281282 packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.*.nupkg'
283+ packageParentPath : ' $(Pipeline.Workspace)'
282284 nuGetFeedType : external
283285 publishFeedCredentials : ' OpenAPI Nuget Connection'
284286
@@ -301,5 +303,6 @@ extends:
301303 inputs :
302304 useDotNetTask : true
303305 packagesToPush : ' $(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.Readers.*.nupkg'
306+ packageParentPath : ' $(Pipeline.Workspace)'
304307 nuGetFeedType : external
305308 publishFeedCredentials : ' OpenAPI Nuget Connection'
Original file line number Diff line number Diff line change 99 <Nullable >enable</Nullable >
1010 <ToolCommandName >hidi</ToolCommandName >
1111 <PackageOutputPath >./../../artifacts</PackageOutputPath >
12- <Version >1.4.3 </Version >
12+ <Version >1.4.4 </Version >
1313 <Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
1414 <SignAssembly >true</SignAssembly >
1515 <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
You can’t perform that action at this time.
0 commit comments