diff --git a/Deploy/Nuget/pack.ps1 b/Deploy/Nuget/pack.ps1 index dcb264b78f..f1c75556a6 100644 --- a/Deploy/Nuget/pack.ps1 +++ b/Deploy/Nuget/pack.ps1 @@ -8,6 +8,6 @@ Write-Host "Setting .nuspec version tag to $versionStr" $content = (Get-Content $root\Deploy\NuGet\wox.plugin.nuspec) $content = $content -replace '\$version\$',$versionStr -$content | Out-File $root\wox.plugin.nuspec +$content | Out-File $root\deploy\nuget\wox.plugin.nuspec & $root\.nuget\NuGet.exe pack $root\deploy\nuget\wox.plugin.nuspec