Skip to content

Commit c4f798a

Browse files
authored
Merge pull request #2657 from microsoft/docs/public-reference
docs: adds instructions to update public reference docs after nuget release
2 parents 6f7e533 + 82177a4 commit c4f798a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,8 @@ extends:
472472
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}" \
473473
"$(Pipeline.Workspace)"
474474
displayName: 'Build and Push Release Image'
475-
condition: contains(variables['Build.SourceBranch'], 'refs/tags/v')
475+
condition: contains(variables['Build.SourceBranch'], 'refs/tags/v')
476+
477+
# once the nuget has been released, fill this form to get the public documentation updated.
478+
# https://dev.azure.com/msft-skilling/Content/_workitems/create/User%20Story?templateId=39fb91e3-64a2-4c8a-83db-b2bdf3603dd3&ownerId=c4a28f90-17ae-4384-b514-7273392b082b
479+
# https://learn.microsoft.com/en-us/dotnet/api/microsoft.openapi

0 commit comments

Comments
 (0)