Skip to content

Commit

Permalink
fix verison control script (#26271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickcandy authored Oct 11, 2024
1 parent e1c5170 commit 6612645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/VersionController/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private static void BumpVersions()
}

var outputModuleManifestFile = outputModuleManifest.FirstOrDefault();
if (!string.IsNullOrEmpty(_moduleNameFilter)) {
if (!string.IsNullOrEmpty(_assignedVersion)) {
_versionBumper = new VersionBumper(new VersionFileHelper(_rootDirectory, outputModuleManifestFile, projectModuleManifestPath), changedModules,new AzurePSVersion(_assignedVersion), _releaseType);
} else {
_versionBumper = new VersionBumper(new VersionFileHelper(_rootDirectory, outputModuleManifestFile, projectModuleManifestPath), changedModules, _releaseType);
Expand Down

0 comments on commit 6612645

Please sign in to comment.