From 6e5569a8d9a2a9f55b14d6354966c72805cbea4f Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 30 Dec 2021 12:52:55 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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