зеркало из
1
0
Форкнуть 0
This commit is contained in:
Rob Prouse 2016-06-16 11:37:12 -04:00
Родитель dada5ca9e8
Коммит e869741c0e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ $PSScriptFilePath = (Get-Item $MyInvocation.MyCommand.Path).FullName
$ScriptDir = Split-Path -Path $PSScriptFilePath -Parent
$SolutionRoot = Split-Path -Path $ScriptDir -Parent
$ProjectJsonPath = Join-Path -Path $SolutionRoot -ChildPath "src\NUnit.Agent.Portable\project.json"
$ProjectJsonPath = Join-Path -Path $SolutionRoot -ChildPath "src\NUnit.Portable.Agent\project.json"
(gc -Path $ProjectJsonPath) `
-replace "(?<=`"version`":\s`")[.\w-]*(?=`",)", "$ReleaseVersionNumber$PreReleaseName" |
sc -Path $ProjectJsonPath -Encoding UTF8