refacts
This commit is contained in:
parent
a84e1d9750
commit
2dcf1a2806
18 changed files with 166 additions and 98 deletions
|
|
@ -9,6 +9,7 @@ using Newtonsoft.Json;
|
|||
using isn.Abstract;
|
||||
using System.Linq;
|
||||
using Xunit;
|
||||
using isn.abst;
|
||||
|
||||
namespace isn.tests
|
||||
{
|
||||
|
|
@ -60,7 +61,8 @@ dataTable.Rows.Add(dataRow);
|
|||
public void TestPush()
|
||||
{
|
||||
Program.LoadConfig();
|
||||
var report = Program.PushPkg(new string[] { "/home/paul/Nupkgs/Yavsc.Abstract.1.0.8.nupkg" });
|
||||
var report = Program.PushPkg(new string[] { "/home/paul/Nupkgs/Yavsc.Abstract.1.0.8."
|
||||
+ Constants.PaquetFileEstension });
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue