Skip to content

Commit a80c493

Browse files
danieljurekazure-sdk
authored andcommitted
Revert logic, cannot test
1 parent 185fd46 commit a80c493

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,6 @@ function FindOrCreateClonePackageWorkItem($lang, $pkg, $verMajorMinor, $allowPro
478478
$pkg.RepoPath = $pkg.fields["Custom.PackageRepoPath"]
479479
}
480480

481-
if (!$pkg.SpecProjectPath -and $latestVersionItem.fields["Custom.SpecProjectPath"]) {
482-
$pkg.SpecProjectPath = $latestVersionItem.fields["Custom.SpecProjectPath"]
483-
}
484-
485481
if ($latestVersionItem.fields["Custom.Generated"]) {
486482
$extraFields += "`"Generated=" + $latestVersionItem.fields["Custom.Generated"] + "`""
487483
}

0 commit comments

Comments
 (0)