mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update CI build script
This commit is contained in:
parent
ca1f441f5a
commit
8b342c2ddb
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
version: 1.1.0.{build}
|
||||
|
||||
configuration:
|
||||
Release
|
||||
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: AssemblyInfo.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue