Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit c447341

Browse files
committed
- fixes version information path in the script
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 3a0b026 commit c447341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/incrementMinorVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function Update-MinorVersionNumber([version]$currentVersion) {
3333
}
3434

3535
function Update-MinorVersion() {
36-
$telemetryFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../lib/microsoft_graph/version.rb"
36+
$telemetryFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../lib/microsoft_graph/version_information.rb"
3737
$currentVersion = Get-CurrentTelemetryVersion -telemetryFilePath $telemetryFilePath
3838
$nextVersion = Update-MinorVersionNumber -currentVersion $currentVersion
3939
Update-TelemetryVersion -version $nextVersion -telemetryFilePath $telemetryFilePath

0 commit comments

Comments
 (0)