WIP /search
This commit is contained in:
@ -151,10 +151,9 @@ namespace isnd.host.tests
|
||||
{
|
||||
ILogger logger = new TestLogger();
|
||||
CancellationToken cancellationToken = CancellationToken.None;
|
||||
|
||||
SourceRepository repository = Repository.Factory.GetCoreV3(SPIIndexURI);
|
||||
repository.PackageSource.AllowInsecureConnections=true;
|
||||
|
||||
|
||||
PackageSearchResource resource = await repository.GetResourceAsync<PackageSearchResource>();
|
||||
SearchFilter searchFilter = new SearchFilter(includePrerelease: true);
|
||||
|
||||
@ -184,6 +183,15 @@ namespace isnd.host.tests
|
||||
await pushRes.Push(new List<string>{ "../../../../../src/isnd/bin/Release/isnd.1.1.4.nupkg" }, null,
|
||||
5000, false, GetApiKey, GetSymbolsApiKey, false, false, symbolPackageResource, logger);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDepedency()
|
||||
{
|
||||
PackageDependencyGroup g = new PackageDependencyGroup
|
||||
{
|
||||
TargetFramework="net7.0"
|
||||
};
|
||||
}
|
||||
|
||||
private string GetSymbolsApiKey(string apiUrl)
|
||||
{
|
||||
|
Reference in New Issue
Block a user