mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +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"
|
||||
|
||||
$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
|
||||
|
||||
Reference in New Issue
Block a user