Skip to content

Commit 0af0da0

Browse files
authored
official pipeline creates release in GitHub v02 (#55)
* probably Azure-Pipelines is Azure Pipelines * Fix GitHub service connection name
1 parent e159a96 commit 0af0da0

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This document briefly describes how to build the official releases of VLD and get the release published to GitHub.
2+
3+
Step 1: go to [Azure-Vld-Official](https://msazure.visualstudio.com/One/_build?definitionId=445840)
4+
5+
Step 2: Click on "Run Pipeline"
6+
![click_on_run_pipeline](images/run_pipeline_button.png)
7+
8+
Step 3: Select "master" as the branch you want to build from, write the next version and click on "Next: Resources"
9+
10+
![Run Pipeline](images/run_pipeline_dialog.png)
11+
12+
Step 4: Click "Run" and wait for the build to finish. It should create everything if the build passes, including updating the version, the GitHub release etc.
69.9 KB
Loading
75.2 KB
Loading

build/official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
- task: GitHubRelease@1
274274
displayName: 'Create GitHub Release'
275275
inputs:
276-
gitHubConnection: 'Azure-Pipelines'
276+
gitHubConnection: 'github.com_azure'
277277
repositoryName: '$(Build.Repository.Name)'
278278
action: 'create'
279279
target: '$(Build.SourceVersion)'

0 commit comments

Comments
 (0)