diff --git a/Publish.ps1 b/Publish.ps1 index 723d7aa..b7ad3d4 100644 --- a/Publish.ps1 +++ b/Publish.ps1 @@ -1,6 +1,6 @@ New-Item -Path publish -Type directory -Force | Out-Null -$version = GitVersion.exe | ConvertFrom-Json +$version = GitVersion.exe | Out-String | ConvertFrom-Json $nugetkey = Get-Content .nuget.apikey