Remove broken task that we don't own (#7422)

This commit is contained in:
Adam Yoblick 2023-03-01 13:29:08 -06:00 коммит произвёл GitHub
Родитель 5943058815
Коммит 8b470b7d8a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 13 удалений

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

@ -272,16 +272,3 @@ jobs:
inputs:
GdnPublishTsaOnboard: True
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\TsaConfig.json
# Index and analyze sources for code search (only if UseCodex == true)
- task: Ref12.ref12-analyze-task.ref12-analyze-task.Ref12Analyze@0
displayName: Index source code for code search
inputs:
codexoutputroot: '$(Build.StagingDirectory)/Codex'
workflowArguments: |
/sourcesDirectory:$(Build.SourcesDirectory)
/codexRepoUrl:$(Build.Repository.Uri)
/repoName:$(Build.Repository.Name)
/additionalCodexArguments:-bld
/additionalCodexArguments: $(Build.SourcesDirectory)\logs
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'), eq(variables['UseCodex'], 'true'))