yamamo

Results 2 comments of yamamo

Cause is language maybe... This script will search standard-out of dotnet command with text message. [src\PowerShellGet\private\functions\New-NugetPackage.ps1] $stdOut -match "Successfully created package '(.*.nupkg)'" | Out-Null $nupkgFullFile = $matches[1] My computer run...