Skip to content

Commit fc751d0

Browse files
Merge pull request #1676 from microsoft/mk/fix-build-pipeline
Add a package parent path argument
2 parents 7f1f466 + db284a2 commit fc751d0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.azure-pipelines/ci-build.yml

+3
Original file line numberDiff line numberDiff 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'

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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 -->

0 commit comments

Comments
 (0)