Skip to content

Commit 2c11155

Browse files
ci: remove GitHub release step (#1064)
Removed GitHub release task for uploading artifacts. This is already accomplished using release please
1 parent 0510746 commit 2c11155

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pipelines/ci-build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -298,17 +298,3 @@ extends:
298298
packagesToPush: '$(Pipeline.Workspace)\Microsoft.Graph.Beta.*.nupkg'
299299
nuGetFeedType: external
300300
publishFeedCredentials: 'microsoftgraph NuGet connection'
301-
- task: GitHubRelease@1
302-
displayName: 'GitHub release (Upload Artifacts)'
303-
inputs:
304-
gitHubConnection: 'Kiota_Release'
305-
target: $(Build.SourceVersion)
306-
repositoryName: '$(Build.Repository.Name)'
307-
action: edit
308-
tag: $(VERSION_STRING)
309-
addChangeLog: false
310-
assetUploadMode: replace
311-
assets: |
312-
!**/**
313-
$(Pipeline.Workspace)/Microsoft.Graph.Beta.*.*nupkg
314-

0 commit comments

Comments
 (0)