Errors to Error std output
This commit is contained in:
parent
8fa4c04367
commit
3e09afcbfe
9 changed files with 33 additions and 35 deletions
|
|
@ -15,7 +15,7 @@ namespace isnd.Controllers
|
|||
[FromRoute][SafeName][Required] string lower,
|
||||
[FromRoute] string idf, [FromRoute] string lowerf)
|
||||
{
|
||||
var pkgpath = Path.Combine(_isndSettings.PackagesRootDir,
|
||||
var pkgpath = Path.Combine(isndSettings.PackagesRootDir,
|
||||
id, lower, $"{id}-{lower}.nupkg"
|
||||
);
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ namespace isnd.Controllers
|
|||
[FromRoute][SafeName][Required] string idf,
|
||||
[FromRoute][SafeName][Required] string lowerf)
|
||||
{
|
||||
var pkgpath = Path.Combine(_isndSettings.PackagesRootDir,
|
||||
var pkgpath = Path.Combine(isndSettings.PackagesRootDir,
|
||||
id, lower, $"{id}.nuspec");
|
||||
|
||||
FileInfo pkgfi = new FileInfo(pkgpath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue