File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function Update-MinorVersionNumber([version]$currentVersion) {
4747}
4848
4949function Update-MinorVersion () {
50- $readmeFilePath = Join-Path - Path $PWD.ToString () - ChildPath " ../readme .md"
50+ $readmeFilePath = Join-Path - Path $PWD.ToString () - ChildPath " ../README .md"
5151 $propertiesFilePath = Join-Path - Path $PWD.ToString () - ChildPath " ../gradle.properties"
5252 $telemetryFilePath = Join-Path - Path $PWD.ToString () - ChildPath " ../src/main/java/com/microsoft/graph/core/Constants.java"
5353 $currentVersion = Get-CurrentTelemetryVersion - telemetryFilePath $telemetryFilePath
@@ -56,4 +56,4 @@ function Update-MinorVersion() {
5656 Update-TelemetryVersion - version $nextVersion - telemetryFilePath $telemetryFilePath
5757 Update-PackageVersion - version $nextVersion - propertiesFilePath $propertiesFilePath
5858}
59- Update-MinorVersion
59+ Update-MinorVersion
You can’t perform that action at this time.
0 commit comments