Skip to content

Commit 5619e66

Browse files
Switch to new versioning file
1 parent 83991a0 commit 5619e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IncrementVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Update-Changelog($filePath, $newVersion) {
8989
WriteAllText-PreservingEncoding $filePath $contents
9090
}
9191

92-
$newVersion = Increment-VersionInFile 'azure-pipelines.yml' '(buildVersion: .)(\d+\.\d+\.\d+)(\.\$)'
92+
$newVersion = Increment-VersionInFile '.github\workflows\dotnet.yml' "(BuildVersion: ')(\d+\.\d+\.\d+)()"
9393
Increment-VersionInFile 'Vsix\source.extension.vsixmanifest' '(7e2a69d6-193b-4cdf-878d-3370d5931942" Version=")(\d+\.\d+\.\d+)(\.)' | Out-Null
9494
Get-ChildItem -Recurse '*.csproj' | Where { -not $_.FullName.Contains("TestData")} | % {
9595
Increment-VersionInFile $_ '(\n <Version>)(\d+\.\d+\.\d+)(<)' $true | Out-Null

0 commit comments

Comments
 (0)