From 8b342c2ddb12876417887fad8bbdf54d2984b0d4 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Fri, 12 Dec 2014 18:59:44 +0800 Subject: [PATCH] Update CI build script --- Deploy/Nuget/pack.ps1 | 2 +- appveyor.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Deploy/Nuget/pack.ps1 b/Deploy/Nuget/pack.ps1 index d7fc653ad2..df41eea099 100644 --- a/Deploy/Nuget/pack.ps1 +++ b/Deploy/Nuget/pack.ps1 @@ -4,7 +4,7 @@ $versionStr = "{0}.{1}.{2}" -f ($version.Major, $version.Minor, $version.Build) Write-Host "Setting .nuspec version tag to $versionStr" -$content = (Get-Content $root\Deploy\NuGet\wox.nuspec) +$content = (Get-Content $root\Deploy\NuGet\wox.plugin.nuspec) $content = $content -replace '\$version\$',$versionStr $content | Out-File $root\wox.plugin.nuspec diff --git a/appveyor.yml b/appveyor.yml index c71710f5c6..d6ea33bfec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ version: 1.1.0.{build} +configuration: + Release + assembly_info: patch: true file: AssemblyInfo.*