Re-authorize and update service connection. (#322)

This commit is contained in:
Michael Scovetta 2021-03-11 12:12:50 -08:00 коммит произвёл GitHub
Родитель 5b18da37a0
Коммит 36eaa5a97e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -338,7 +338,7 @@ stages:
- task: GitHubRelease@1
displayName: Release to GitHub
inputs:
gitHubConnection: 'github.com_guyacosta'
gitHubConnection: 'github.com_scovetta'
repositoryName: 'microsoft/ApplicationInspector'
action: 'create'
target: '$(Build.SourceVersion)'
@ -357,4 +357,4 @@ stages:
packagesToPush: '$(Build.StagingDirectory)/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'CST-E Nuget CI'
verbosityPush: 'Normal'
verbosityPush: 'Normal'