From 2c4a9897ea223f275f8dfc3089504c8f54b399d0 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Sat, 13 Dec 2014 15:09:46 +0800 Subject: [PATCH] Update CI scripts --- Deploy/Nuget/pack.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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