Update validate_connector.yml for Azure Pipelines
This commit is contained in:
Родитель
f55ca7dfd7
Коммит
aea9e20e9b
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче