We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0510746 commit 2c11155Copy full SHA for 2c11155
pipelines/ci-build.yml
@@ -298,17 +298,3 @@ extends:
298
packagesToPush: '$(Pipeline.Workspace)\Microsoft.Graph.Beta.*.nupkg'
299
nuGetFeedType: external
300
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