mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Update CI build script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.*
|
||||||
|
|||||||
Reference in New Issue
Block a user