Update CI build script

This commit is contained in:
qianlifeng
2014-12-12 18:59:44 +08:00
parent ca1f441f5a
commit 8b342c2ddb
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ $versionStr = "{0}.{1}.{2}" -f ($version.Major, $version.Minor, $version.Build)
Write-Host "Setting .nuspec version tag to $versionStr" 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 = $content -replace '\$version\$',$versionStr
$content | Out-File $root\wox.plugin.nuspec $content | Out-File $root\wox.plugin.nuspec

View File

@@ -1,5 +1,8 @@
version: 1.1.0.{build} version: 1.1.0.{build}
configuration:
Release
assembly_info: assembly_info:
patch: true patch: true
file: AssemblyInfo.* file: AssemblyInfo.*