diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 497402fe4b..ce27b130f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -150,3 +150,9 @@ jobs: artifactName: 'Samples' condition: succeeded() + - task: GitHubComment@0 + displayName: 'Comment Package Version' + inputs: + gitHubConnection: 'GithubComments' + repositoryName: '$(Build.Repository.Name)' + comment: 'You can test this PR using the following package version. 0.10.999-cibuild00$(Build.BuildId)-beta. (feed url: https://nuget.avaloniaui.net/repository/avalonia-all/index.json)' \ No newline at end of file