fixes the push
This commit is contained in:
BIN
test/data/packages/AsciiDocNet.1.0.0.nupkg
Normal file
BIN
test/data/packages/AsciiDocNet.1.0.0.nupkg
Normal file
Binary file not shown.
@ -3,4 +3,7 @@
|
||||
<packageSources>
|
||||
<add key="localhost" value="https://localhost:5001/v3/index.json" protocolVersion="3" />
|
||||
</packageSources>
|
||||
<disabledPackageSources>
|
||||
<add key="localhost" value="true" />
|
||||
</disabledPackageSources>
|
||||
</configuration>
|
||||
|
@ -183,7 +183,7 @@ namespace isnd.host.tests
|
||||
PackageUpdateResource pushRes = await repository.GetResourceAsync<PackageUpdateResource>();
|
||||
SymbolPackageUpdateResourceV3 symbolPackageResource = await repository.GetResourceAsync<SymbolPackageUpdateResourceV3>();
|
||||
|
||||
await pushRes.Push(new List<string>{ "../../../Yavsc.Abstract.1.0.8.nupkg" }, null,
|
||||
await pushRes.Push(new List<string>{ "/home/paul/workspace/isn/test/data/packages/AsciiDocNet.1.0.0.nupkg" }, null,
|
||||
5000, false, GetApiKey, GetSymbolsApiKey, false, false, symbolPackageResource, logger);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user