Update validate_connector.yml for Azure Pipelines

This commit is contained in:
Mahbub Murshed 2019-06-19 12:13:00 -07:00
Родитель f55ca7dfd7
Коммит aea9e20e9b
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -11,8 +11,10 @@ jobs:
inputs:
command: 'custom'
feedsToUse: 'select'
vstsFeed: '/3af14e61-2fb2-458a-8c64-e719475681c4'
versioningScheme: 'off'
arguments: 'install $(ossvalidatorspkg) -Source $(nugetpackagesourcename) -ApiKey $(apikey) -Version $(ossvalidatorsversion) -OutputDirectory $(Agent.BuildDirectory)'
arguments: 'install $(ossvalidatorspkg) -Version $(ossvalidatorsversion) -OutputDirectory $(Agent.BuildDirectory)'
includeNuGetOrg: false
- powershell: |
$SourceRepo = [System.Uri]$Env:SYSTEM_PULLREQUEST_SOURCEREPOSITORYURI
$SourceRepo = $SourceRepo.AbsolutePath -replace '.git'