Browse Source

Update azure-pipelines.yml for Azure Pipelines

pull/7287/head
Dan Walmsley 4 years ago
parent
commit
6e5569a8d9
  1. 6
      azure-pipelines.yml

6
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)'
Loading…
Cancel
Save