Skip to content

Commit 8a3669b

Browse files
authored
Update src/code/PublishHelper.cs
1 parent c1395f2 commit 8a3669b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/code/PublishHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ private bool PackNupkg(string outputDir, string outputNupkgDir, string nuspecFil
569569
var nupkgPath = System.IO.Path.Combine(outputNupkgDir, _pkgName + "." + _pkgVersion.ToNormalizedString() + ".nupkg");
570570
_cmdletPassedIn.WriteObject(new FileInfo(nupkgPath));
571571
}
572-
573572
_cmdletPassedIn.WriteVerbose("Successfully packed the resource into a .nupkg");
574573
}
575574
else

0 commit comments

Comments
 (0)