refacts
This commit is contained in:
parent
5f0dfee768
commit
ae114c68db
26 changed files with 99 additions and 38 deletions
|
|
@ -71,7 +71,7 @@ namespace isn.Controllers
|
|||
pkgid = reader.GetId();
|
||||
version = reader.GetVersion();
|
||||
|
||||
string pkgidpath = Path.Combine(_nugetSettings.PackagesRootDir,
|
||||
string pkgidpath = Path.Combine(_isndSettings.PackagesRootDir,
|
||||
pkgid);
|
||||
pkgpath = Path.Combine(pkgidpath, version.ToFullString());
|
||||
string name = $"{pkgid}-{version}.nupkg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue