We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f7e533 + 82177a4 commit c4f798aCopy full SHA for c4f798a
.azure-pipelines/ci-build.yml
@@ -472,4 +472,8 @@ extends:
472
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}" \
473
"$(Pipeline.Workspace)"
474
displayName: 'Build and Push Release Image'
475
- condition: contains(variables['Build.SourceBranch'], 'refs/tags/v')
+ 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