diff --git a/pipelines/validate_connector.yml b/pipelines/validate_connector.yml index 7ad2ded8d..5dae73c8d 100644 --- a/pipelines/validate_connector.yml +++ b/pipelines/validate_connector.yml @@ -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'