Clearly I am dislexic
This commit is contained in:
Родитель
dada5ca9e8
Коммит
e869741c0e
|
@ -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
|
Загрузка…
Ссылка в новой задаче