File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
trigger :
2
- branches :
3
- include :
4
- - master
5
- tags :
6
- include : ['*']
7
2
8
3
jobs :
9
4
- job : Windows
@@ -93,11 +88,13 @@ jobs:
93
88
inputs :
94
89
pathToPublish : $(Build.ArtifactStagingDirectory)
95
90
artifactName : azure-pipelines-vscode
96
- - task : UniversalPackages @0
91
+ - task : GitHubRelease @0
97
92
inputs :
98
- command : ' publish'
99
- vstsFeed : ' b5e21e33-9745-400e-8ad9-e9df6cf7c119'
100
- publishDirectory : ' $(Build.ArtifactStagingDirectory)'
101
- feedsToUsePublish : ' internal'
102
- vstsFeedPublish : ' b5e21e33-9745-400e-8ad9-e9df6cf7c119'
103
- versionOption : ' patch'
93
+ gitHubConnection : ' github'
94
+ repositoryName : ' $(Build.Repository.Name)'
95
+ action : ' create'
96
+ target : ' $(Build.SourceVersion)'
97
+ tagSource : ' manual'
98
+ tag : ' ${Build.BuildNumber}'
99
+ releaseNotesSource : ' input'
100
+ isPreRelease : true
You can’t perform that action at this time.
0 commit comments