Find package versions ignoring character case

This commit is contained in:
2025-03-04 14:28:29 +00:00
parent bc1464db7f
commit 301a276a7b
7 changed files with 52 additions and 59 deletions

View File

@ -30,7 +30,7 @@ namespace isn.tests
public void TestPush()
{
Program.LoadConfig();
var report = Program.PushPkg(new string[] { "./src/isn.abst/bin/Release/isn.abst.1.0.24.nupkg" });
var report = Program.PushPkg(new string[] { "test/data/packages/Yavsc.Abstract.1.0.8.nupkg" });
}
[Fact]